Can I render the jqxComboBox’s selected item [in a single select mode] in a similar fashion to the jqxComboBox’s multiselect mode, so that the value that is selected cannot be edited and it can be cleared by clicking the close button?
I do not want the users to be able to edit the selected value but they can change their selection. I cannot use ListBox because it does not support remote filtering and cannot use jqxInput because I do not know how to have a scrollbar on the jaxInput panel drop down.
I am looking for an alternative for select2 widget.
Thanks