After upgrading from v2021 to v2022 I noticed that all search drop downs no longer have an empty option.
Previously the first option in all drop-downs was empty, so that you could clear one search filter without having to clear all of them with the X magnifying glass.How can I get this back?
You may simply click the “x” button to clear the selected options in Select2 controls.
For a simple select there is no X in the field
You only get that if you have modal turned on, and i don’t want to use modal.
If you meant you have enabed native select tags, there is a “Please Select” option.If you meant Select2 (not modal), there is a “x” button (with hint “Remove all items”) next to the dropdown caret, see Clearable selections, the allowClear option is enabled by default. If you have customized the Select2 options, make sure you have not overwritten it.
I have not enabled native select tags.
Select2 (not modal) does not have an X button for single select. I have not customized select2 options, I don’t even know how or where to do that.
The only thing I have is a filter added to Lookup_Selecting
Does the filter remove the X ?
philmills wrote:
I have not customized select2 options, I don’t even know how or where to do that.
Just check the Use native SELECT tag for select-one fields option under Tools → Advanced Settings. Is it enabled or disabled?
It was disabled but I’ve enabled it now as a workaround to this problem.
Ideally I would want it disabled