diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 006e1728a..21fddc8e5 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -73,7 +73,7 @@ Hidden Input ---------------*/ -.ui.dropdown > input[type="hidden"], +.ui.dropdown > input:not(.search):first-child, .ui.dropdown > select { display: none !important; }