Hola a todos. Quiero reemplazar tag-chooser por mini-tag-chooser en la plantilla search-advanced-options.hbs
He cambiado las líneas
{{tag-chooser
id=“search-with-tags”
tags=searchedTerms.tags
allowCreate=false
everyTag=true
unlimitedTagCount=true
onChange=(action “onChangeSearchTermForTags”)
}}
Por
{{mini-tag-chooser
id=“search-with-tags”
tags=searchedTerms.tags
allowCreate=false
everyTag=true
unlimitedTagCount=true
onChange=(action “onChangeSearchTermForTags”)
}}
Después de esto, empieza a funcionar incorrectamente. No puedo seleccionar la etiqueta deseada.
Por favor, ayúdame a resolver este problema.