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
Bug: Input loses focus when typing in Cell component
Description
When using the Input component inside Cell, the input loses focus after each keystroke, making it impossible to type continuously. This issue significantly impacts form usability in Telegram Mini Apps.
Steps to Reproduce
Create a basic form with Input component inside Cell
Bug: Input loses focus when typing in Cell component
Description
When using the
Input
component insideCell
, the input loses focus after each keystroke, making it impossible to type continuously. This issue significantly impacts form usability in Telegram Mini Apps.Steps to Reproduce
Input
component insideCell
Minimal Reproduction
Expected Behavior
Input should maintain focus while typing until blur event or clicking outside
Current Behavior
Input loses focus after each keystroke when wrapped in Cell component
Environment
Workaround
Removing Cell wrapper fixes the issue:
Labels
The text was updated successfully, but these errors were encountered: