You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In Short Input Component when the text is larger than its width , and it is selected using cursor and as we scroll to right to select it all , the formatted text layer collides with hidden input text layer of which the part is shown when the selection is made.
Here
To Reproduce
Drop web hook Trigger in the workflow
Select a Text Where input is more than the width of input field
Move cursor to right to select all the text
Expected behavior
The hidden text should remain hidden when selected.
Describe the bug
In Short Input Component when the text is larger than its width , and it is selected using cursor and as we scroll to right to select it all , the formatted text layer collides with hidden input text layer of which the part is shown when the selection is made.
Here
To Reproduce
Expected behavior
The hidden text should remain hidden when selected.
Screenshots
Screen.Recording.2026-03-02.at.10.25.17.AM.mov
Additional context
None