Hello Pranav,
I am afraid there is not such thing out of the box for the combo box, but it could be a nice enhancement so post as an idea on the forum.
If it is really a necessity you could try to adjust the widget or to adjust the styling of the results based on a certain attribute.
Hope this helps,
Good Luck!
Hi,
Since the built-in ComboBox widget doesn’t support disabling individual items, you can use JavaScript or CSS for a custom solution. Maybe CSS to style the disabled items:
select option:disabled { color: gray; background-color: lightgray;}