When utilizing the dropdown feature in semantic-ui-vue
, I have encountered an issue where the placeholder
option does not function unless the multiple
attribute is included.
You can view my sandbox demonstration at this link.
I have set up 2 dropdowns:
- Dropdown without
multiple
attribute - Placeholder not working - Dropdown with
multiple
attribute - Placeholder working
How can I enable the placeholder in the first dropdown? It's worth noting that the placeholder functions correctly in their official documentation.