fomantic / Fomantic-UI-Docs

Official Documentation for Fomantic-UI
https://fomantic-ui.com
28 stars 85 forks source link

feat(dropdown): make behavior usage more clear #346

Closed lubber-de closed 2 years ago

lubber-de commented 2 years ago

Description

This adds a bit more of clarifications how to use the complex dropdown behaviors. It also reflects the changes from https://github.com/fomantic/Fomantic-UI/pull/2326 , so the internally used arguments are not needed to be provided. I also added get values, to describe the difference to get value between values in div (string) or select (array) dropdowns

Screenshots

image image image

Closes

245