(key, value) format

Using value for binding

Selected: {{person.selectedValue}}

{{$select.selected.value.name}}
email: {{person.value.email}} age:

Using single property for binding

Selected: {{person.selectedSingle}}

{{$select.selected.value.name}}
email: {{person.value.email}} age:

Using key for binding

Selected: {{person.selectedSingleKey}}

{{$select.selected.value.name}}
email: {{person.value.email}} age: