Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dropdown default value not working #20

Open
almas1992 opened this issue Jul 3, 2017 · 1 comment
Open

dropdown default value not working #20

almas1992 opened this issue Jul 3, 2017 · 1 comment

Comments

@almas1992
Copy link

html code:

<sc-select
              ng-model="vm.singlePerson"
              sc-options="person as person.name for person in vm.people"
              placeholder="Select or search a person in the list...">
</sc-select>

js code:

vm.people = [
      {name: 'Adam', email: '[email protected]', age: 12, country: 'United States'},
      {name: 'Amalie', email: '[email protected]', age: 12, country: 'Argentina'},
      {name: 'Estefanía', email: '[email protected]', age: 21, country: 'Argentina'},
      {name: 'Adrian', email: '[email protected]', age: 21, country: 'Ecuador'},
      {name: 'Wladimir', email: '[email protected]', age: 30, country: 'Ecuador'},
      {name: 'Samantha', email: '[email protected]', age: 30, country: 'United States'},
      {name: 'Nicole', email: '[email protected]', age: 43, country: 'Colombia'},
      {name: 'Natasha', email: '[email protected]', age: 54, country: 'Ecuador'},
      {name: 'Michael', email: '[email protected]', age: 15, country: 'Colombia'},
      {name: 'Nicolás', email: '[email protected]', age: 43, country: 'Colombia'}
    ];
vm.singlePerson={name: 'Nicole', email: '[email protected]', age: 43, country: 'Colombia'};

when run the code , Nicole should be selected,but it`s not,there was Adam had selected.

@ghost
Copy link

ghost commented Mar 24, 2023

Any solution of this issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant