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

A dropdown allows a user to select a value from a series of options

Results 17 UI-Dropdown issues
Sort by recently updated
recently updated
newest added

I am using this dropdown with the following settings: $(".city").dropdown(fullTextSearch: true, placeholder: "City", allowAdditions: true }); If I enter the following in the text box: alert('hello') the script is executed....

Hi there! I'm noticed that 'Converting Form Elements' mode showing placeholder as first option In my case I prefer to stay with "select options" instead of using "div" I'm using...

Using .NET Core 2.0 MVC ` Email Text $('.ui.dropdown').dropdown(); ` and it turns into ` Email Text EmailEmailText` it shows only "Email" and when you click on it, it doesn't...

Created a js fiddle sample to illustrate the issue I am running to: https://jsfiddle.net/ca0rovs3/122/ Multiselect drop down values arent visible by default. Is there any method I need to call?

I'm working on a webapp where I'm using only a selection of Semantic-UI components, including dropdown, transition, item, menu, input, form and a few other. In order to ensure transition...

I get the error whenever I try to call the behavior `dropdown('change values', obj)`. Any idea how to fix this? For other behaviors, it's okay. Here's the snippet of my...

users reporting that the dropdowns don't work on their phones. the dropdowns work fine on a desktop. if i put the desktop browser in "responsive" mode, it still works. but...

This seems like an issue of how the keys are being generated for the options. The following code of options that are being fed into the Dropdown should demonstrate the...

The dropdown dose not open in Samsung default browser, it's fail in line 3318: `$currentMenu .transition({ animation : transition + ' in', debug : settings.debug, verbose : settings.verbose, duration :...

This is the code: ``` US States US Counties US Township $('.ASDropdown').dropdown({ forceSelection:false }); ``` It seems straight forward but does not show multiple selects properly. It shows selections as...