Ciao a tutti. Vorrei sostituire tag-chooser con mini-tag-chooser nel template search-advanced-options.hbs
Ho modificato le righe
{{tag-chooser
id=“search-with-tags”
tags=searchedTerms.tags
allowCreate=false
everyTag=true
unlimitedTagCount=true
onChange=(action “onChangeSearchTermForTags”)
}}
in
{{mini-tag-chooser
id=“search-with-tags”
tags=searchedTerms.tags
allowCreate=false
everyTag=true
unlimitedTagCount=true
onChange=(action “onChangeSearchTermForTags”)
}}
Dopo questa modifica, il comportamento diventa errato: non riesco a selezionare il tag desiderato.
Per favore, aiutatemi a risolvere questo problema.