Skip to content

How to disable the entire widget #81

Answered by sa-si-dev
asiby asked this question in Q&A
Discussion options

You must be logged in to vote

@asiby this feature has been implemented in the release v1.0.21

/** to disable all dropdown options */
document.querySelector('#sample-select').setDisabledOptions(true);

/** to disable dropdown */
document.querySelector('#sample-select').disable();

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by sa-si-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants