Browse Source

Dropdown can now hide other input types #1752

pull/1806/head
jlukic 9 years ago
parent
commit
db7f0cbe25
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/dropdown.less

2
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;
}

Loading…
Cancel
Save