fix: corrige autocomplete com openOnFocus em mobile#60
Closed
vbarcellos wants to merge 181 commits into
Closed
Conversation
* wip * wip * wip * wip * wip * wip * wip * wip * wip * Update src/forms/FormDropdown.jsx Co-authored-by: nerissa-aguirre <79877143+nerissa-aguirre@users.noreply.github.com> * wip * wip * wip Co-authored-by: Camila Campos <camila.campos@geolabor.com.br> Co-authored-by: nerissa-aguirre <79877143+nerissa-aguirre@users.noreply.github.com>
…Dropdown (#9) * fix: fix use of form dropdown template * wip * Padronizações Co-authored-by: Camila Campos <camila.campos@geolabor.com.br> Co-authored-by: Nerissa <nerissa.aguirre@geolabor.com.br>
* fix: ajusta proptypes da tabela * fix: ajustes
…#83) * chore: atualiza o react para a 18.3.1 * chore: atualiza lib * fix: corrige NaN quando adicionamos um item no array no app demo * chore: ajusta ci * config: set Jest test environment to jsdom for browser API support * Update rollup.config.js --------- Co-authored-by: Nerissa Aguirre <nerissa.aguirre@geolabor.com.br> Co-authored-by: nerissa-aguirre <79877143+nerissa-aguirre@users.noreply.github.com>
…ontrolledFormGroupTable (#82) * fix: corrige "validations" no uncontrolledform O validations não estava validando apos os updates do form * feat: adiciona UncontrolledFormTable e UncontrolledFormGroupTable * feat: Adiciona FormTable e FormGroupTable * fix: remove _attrs * fix: fixes
- Added Beta as a new version type option for package releases - Introduced branch_name input parameter required for beta releases - Updated run-name to show source branch for beta releases - Modified checkout action to use specified branch for beta or master for standard releases - Added release-beta step to create prerelease versions with beta tag - Split publish step into standard and beta variants with appropriate tagging - Beta releases now push tags to source
…al era fechado, mas overlay mantido) (#90)
Contributor
Author
|
Não tem como mudar o repositorio base depois que eu já abri o pr, entao vou fechar denovo. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problema:
Ao usar um FormAutocomplete que usa um openOnFocus em mobile, o dropdown de seleção reabra após selecionar uma opção.
Causa:
Diferença entre desktop e mobile e o componente foi feito pensando em desktop.
Solução:
Limpar qualquer timer de open pendente ao selecionar uma opção no onSelectItem.
Teste:
Qualquer autocomplete com openOnFocus, como o Use o "Autocomplete that opens on focus" (autocompleteField2).