amelioration(combobox): utilise une loupe plutot qu'un chevron bas pour les combobox en mode autocomplete
This commit is contained in:
parent
95fd6c2a69
commit
0caacdaf59
3 changed files with 13 additions and 1 deletions
|
@ -37,7 +37,11 @@ class Dsfr::ComboboxComponent < ApplicationComponent
|
|||
end
|
||||
|
||||
def input_class
|
||||
"#{@input_html_options[:class].presence || ''} fr-select"
|
||||
class_names(
|
||||
"#{@input_html_options[:class]}": @input_html_options[:class].presence,
|
||||
'fr-select': true,
|
||||
'fr-autocomplete': @url.presence
|
||||
)
|
||||
end
|
||||
|
||||
def selected_option_label_input_value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue