Skip to content

Enable the allowClear option

kainuk requested to merge (removed):allowClear into master

Before

After selecting an option from a dropdown list it not possible to clear it. See:

allowClearBefore

After

An (x) button is added that gives the option to clear:

afterAllowedClear

Technical

To be able to clear an empty option <option value=""></option> must be defined. On the settings part this option is added, on the parameter part it was already there but ignored by forgotten >

Merge request reports