Fomantic-UI icon indicating copy to clipboard operation
Fomantic-UI copied to clipboard

[dropdown] Let "multiple search selection" dropdowns work with descriptions

Open designosis opened this issue 3 years ago • 0 comments

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

Screen Shot 2022-02-16 at 12 35 33 PM

designosis avatar Feb 16 '22 19:02 designosis