You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
You should be able to select "All", as it in native <select> behavior.
Additional context
Choices should not take an empty option as placeholder. If placeholder is invalid attribute (#447), then data-placeholder is pretty valid attribute
The text was updated successfully, but these errors were encountered:
Describe the bug
Since #617 is not possible to have an empty value in multi-select.
To Reproduce
Steps to reproduce the behavior.
Create a multiselect field with:
Expected behavior
You should be able to select "All", as it in native
<select>
behavior.Additional context
Choices should not take an empty option as placeholder. If
placeholder
is invalid attribute (#447), thendata-placeholder
is pretty valid attributeThe text was updated successfully, but these errors were encountered: