mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
add empty value for default in dropdowns
This commit is contained in:
parent
92ffb67f34
commit
fd34d3330d
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
.col-md-3
|
||||
.form-group
|
||||
= label_tag t(:ident_type)
|
||||
= select_tag '[q][ident_type_eq]', options_for_select(ident_types, params[:q][:ident_type_eq]), { include_blank: true, placeholder: t(:choose), class: 'form-control js-combobox' }
|
||||
= select_tag '[q][ident_type_eq]', options_for_select(ident_types, params[:q][:ident_type_eq]), { placeholder: t(:choose), multiple: true, class: 'form-control js-combobox' }
|
||||
.row
|
||||
.col-md-3
|
||||
.form-group
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue