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

unable to selected items high lighted while edit the form #60

Open
dipranjans opened this issue Oct 26, 2017 · 0 comments
Open

unable to selected items high lighted while edit the form #60

dipranjans opened this issue Oct 26, 2017 · 0 comments

Comments

@dipranjans
Copy link

dipranjans commented Oct 26, 2017

Hi All,
Please help me. i am using this multi-select to insert id into db using angular as front-end. but while edit the form the selected options i need to high-light inside the multiselect drop down so that i can edit and update further...?

How i can do that?

Below is the example:
JS:

inside controller:
this.jsontree={};
this.products=[list of array of products];

html

<multiselect ng-model="$ctrl.jsontree.test" options="$ctrl.products" show-search="true" id-prop="id" display-prop="name" search-limit="10"> </multiselect>

i selec 10 products but while edit its highlighting the selected products... how i can do that?

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