AutoComplete drodpown widget with few disabled dropdown options

0
Hi All, I am using AutoComplete widget to display list of 100 values in a dropdown. Out of 100 values, I have a requirement to disable 30 values of them from user selection by still continuing to display them in the drop down. Is there a widget that would work with my above use case(which can show both selectable and disabled dropdown values). Any suggestions would be greatly appreciated. Thanks in advance.
asked
1 answers
1

To my knowledge, there is no existing widget that covers this use case. I’d recommend modifying the AutoComplete widget, which is open source and available GitHub.

If you do that, please contribute back to the community by creating a pull request on GitHub!

answered