Fomantic-UI
Fomantic-UI copied to clipboard
[dropdown] Let "multiple search selection" dropdowns work with descriptions
Feature Request
The description dropdown feature appears not to work with multiple search selection dropdowns. This combination would be amazing in terms of UX.
There is one problem: Unless there's a built-in way to ONLY show the text (not description), the "tags" of the multi-select could be way too long (see jsfiddle below). The onChange: function(value, text) { $(this).dropdown('set text',$(text).filter('.text').text()); } workaround used in regular dropdowns is great, but I'm guessing more complex for multi-selects.
Example
https://jsfiddle.net/designosis/onq9b7km/
Screenshot
