fomantic / Fomantic-UI

Fomantic-UI is the official community fork of Semantic-UI
https://fomantic-ui.com
MIT License
3.52k stars 329 forks source link

fix(dropdown): add given placeholder #3049

Closed lubber-de closed 2 months ago

lubber-de commented 2 months ago

Description

When the dropdown settings do not contain any data, so either a given HTML structure should be used or the data should be fetched via apiSettings, and also a placeholderText is provided via settings, such placeholder wont be set.

Testcase

https://jsfiddle.net/lubber/qkLs2xzp/1/

Closes

2837