Hello,
I know there are “clear” and “clearSelection” methods (unclear the differences between the 2) but we are still forcing to code something to have this basic utility. I mean, in most projects, when you want to be able to clear a selection, you have to add a clear button, or an empty value/label option.
If I were designing a dropdownlist component, I would add this simple feature because it is valuable. A simple ‘clear’ option with true/false value. Select2 implements this feature and it’s great.
I would be glad if jqwidgets had it too, because I prefer consistency when it’s possible.