add empty value for default in dropdowns

This commit is contained in:
Oleg Hasjanov 2021-07-05 16:06:14 +03:00
parent 92ffb67f34
commit fd34d3330d
2 changed files with 2 additions and 2 deletions

View file

@ -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