Dropdown list shows "empty" text for null/empty values #4112
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
I'm submitting a ... (check one with "x")
Current behavior
As of 4.2.2 update "empty" still shows up in the list of items if label is null or empty string.
This does not allow adding a empty selection to the dropdown.
Using ' ' string with a space causes dropdown to also display that "space" not default placeholder.
Expected behavior
Do not add any default text if null/length 0. If set to maintain selection height, how about
content: "\200b";
in before selector (0 width space) or set min height in style.The text was updated successfully, but these errors were encountered: