fomantic / Fomantic-UI-Docs

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

Inconsistency between dropdowns settings and usage page #504

Open mdrxy opened 1 month ago

mdrxy commented 1 month ago

In the final code block under the usage tab, onChange has a param called $selectedItem:

onChange: function(value, text, $selectedItem)

However, under the callbacks section of the settings page, onChange has the param $choice:

onChange(value, text, $choice)
lubber-de commented 1 month ago

Fixed by #505