fix: [InputText] extend clickable area (ENG-46736)#779
Open
isaquebock wants to merge 6 commits into
Open
Conversation
Add h-full + self-stretch to the inner <input> so it fills the wrapper vertically. Before this fix the input was auto-sized while the <span> wrapper set the row height, leaving a dead band above and below the placeholder line where clicks hit the wrapper without focusing the field. Refs: ENG-46736
isaquebock
marked this pull request as ready for review
July 23, 2026 17:33
Contributor
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.

Summary
Fix para ENG-46736 — "Clique só ativa na linha do placeholder — usar base do FieldTextArea".
Aplicado
h-full self-stretchno<input>interno para que ocupe toda a altura do wrapper — mesmo padrão doFieldTextArea.How to test (mapeado 1:1 com ENG-46736)
Problema Jira: "Ao clicar em InputsText, o clique só ativa/foca quando é feito exatamente na linha do placeholder — a área clicável não cobre o campo inteiro."
Default.small,medium,large) — área clicável cobre o campo inteiro em cada size.FieldTextArea(o comportamento agora é equivalente).