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

how to set the default value #18

Open
naveedshahji opened this issue Mar 21, 2020 · 2 comments
Open

how to set the default value #18

naveedshahji opened this issue Mar 21, 2020 · 2 comments

Comments

@naveedshahji
Copy link

I want to show the first value of my list instead of placeholder

@fadelafuente1
Copy link

@naveedshahji were you able to do it?

@fadelafuente1
Copy link

This is the way to do it @naveedshahji

select2.currentSelection = 'id';
select2.startingOptions = [{
        id: 'id',
        text: 'currentSelection'
}];

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

2 participants