feat: adiciona busca por termos individuais no select #1035
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Por favor, verifique se o seu pull request está de acordo com o checklist abaixo:
1 - Resumo
Adiciona prop
deepSearchpara busca aprofundada por termos no Select. Ex: caso existam dois itens, Abacavir frasco 100ml e Abacavir 100ml, com odeepSearchativo, ao digitar Abacavir 100ml, ambas opções aparecem. C.c, somente a opção Abacavir 100ml aparecerá.2 - Tipo de pull request
3 - Esse PR fecha alguma issue? Favor referenciá-la
Não
4 - Quais são os passos para avaliar o pull request?
npm run docs:deve verifique que o componenteSelecté renderizado corretamentenpm run testdeepSearchpossui algum errooptions(Ex:Abacavir 100ml,Abacavir Frasco 100ml)searchableativa, busque por Abacavir 100ml e verifique que somente há a opçãoAbacavir 100mlsearchableedeepSearchativas, refaça a busca e verifique queAbacavir 100mleAbacavir Frasco 100mlaparecem como resultado5 - Imagem ou exemplo de uso:
6 - Esse pull request adiciona breaking changes?