Dropdown does not correctly handle empty label strings #1468
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
vue2-portable
Milestone
I'm submitting a ...
Current behavior
When a dropdown label is an empty string (
""
), the height of the dropdown control gets smaller. The height of the blank string option in the dropdown list is also less than the labels with non-blank strings.Expected behavior
A label consisting of a blank string should have the same height as other strings.
Vue version: 2 and 3 (latest versions)
PrimeVue version: 2 and 3 (latest versions)
Browser: [ Chrome (latest) ]
The text was updated successfully, but these errors were encountered: