Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(input): adiciona evento tecla enter #1770

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

FelipeDuarteLuna
Copy link

O componente não escutava evento keyup.enter. Este commit implementa evento tecla enter.

Fixes #1765, DTHFUI-7528

< PoInputComponent>

< Fixes #1765, DTHFUI-7528 >


PR Checklist [Revisor]

  • Padrão de Commit (Coeso, de acordo com o que está sendo realizado)
  • Código (Boas práticas, nome de variavéis/métodos, etc.)
  • Testes unitários (Cobre a situação implementada e coverage está mantido)
  • Documentação (Clara, objetiva e com exemplos caso necessário)
  • Samples (A implementação possui exemplo no Labs/Caso de uso)
  • Rodado em navegadores suportados (Chrome, FireFox, Edge)

Qual o comportamento atual?
Atualmente o componente não possui escuta para EMITIR evento do (keyup.enter) a tecla ENTER.

Qual o novo comportamento?
Adicionando escuta para EMITIR evento (keyup.enter) a tecla enter.

Simulação
npm run build:portal && ng serve portal
Testar no PO Input Labs

@FelipeDuarteLuna
Copy link
Author

Mesmo incidente da ISSUE: #1765

@felipepetuco felipepetuco changed the title feat(input): adicionando evento tecla enter feat(input): adiciona evento tecla enter Jul 26, 2023
@felipepetuco felipepetuco self-assigned this Jul 28, 2023
@felipepetuco
Copy link
Contributor

Boa tarde Felipe, só pra registrar aqui, aguardamos seu commit do teste unitário. Após commitar na sua branch local, faça um rebase com a sua branch remota para manter 1 único commit. Se precisar de ajuda pra isso, pode me chamar que estou à disposição.

O componente não escutava  evento keyup.enter. Este commit implementa evento tecla enter.

Fixes po-ui#1765, DTHFUI-7528
@felipepetuco
Copy link
Contributor

Boa tarde, a issue DTHFUI-7528 possui interações aguardando seu retorno.

@felipepetuco felipepetuco added the status: awaiting author Additional information has been requested from the author label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: awaiting author Additional information has been requested from the author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(input): adicionando evento tecla enter
2 participants