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

Clear Selected Option #67

Open
gihanakalanka opened this issue Jan 3, 2019 · 2 comments
Open

Clear Selected Option #67

gihanakalanka opened this issue Jan 3, 2019 · 2 comments

Comments

@gihanakalanka
Copy link

Hello,
I'm trying to clear selected item using Jquaery. but I didn't found any way to do it.
How do I do this?

@Asac2142
Copy link

Asac2142 commented Jan 24, 2019

You want to clear all the options from the dropdown? If so, then do this:
$('#editable-select').editableSelect('clear');

If you want to remove a specific option, then use:
$('#editable-select').editableSelect('remove', index);

@zuoluo11
Copy link

thanks a lot

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

3 participants