Olá a todos. Quero substituir o tag-chooser pelo mini-tag-chooser no template search-advanced-options.hbs
Mudei as linhas
{{tag-chooser
id=“search-with-tags”
tags=searchedTerms.tags
allowCreate=false
everyTag=true
unlimitedTagCount=true
onChange=(action “onChangeSearchTermForTags”)
}}
Para
{{mini-tag-chooser
id=“search-with-tags”
tags=searchedTerms.tags
allowCreate=false
everyTag=true
unlimitedTagCount=true
onChange=(action “onChangeSearchTermForTags”)
}}
Depois disso, começou a funcionar incorretamente. Não consigo selecionar a tag desejada
Por favor, ajudem-me a resolver esse problema