lowcoder
lowcoder copied to clipboard
[Bug]: Shift Key causes input box to cancel and loose focus
trafficstars
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
When editing an applicaion: When I interact with a input box, like when trying to rename a component, or typing in an initial value of a temporary state:
If i try to use a capital letter by holding the Shift Key (Right or Left), the shift key causes the input box to discard any changes and loose focus of the input.
This prevents any lables, or text, that uses Shift (Like special characters too)
Expected Behavior
Shift allows using characters that are capital or special characters within text boxes
Steps to reproduce
- Create an App
- Add a Temporary State
- Try to set the value of the temporary state to : "I'mData" using the shift key to Capitalize
- Try to rename a component with Capital Letters
Environment
lowcoder cloud 2.4.5 lowcoder self hosted 2.4.5
Additional Information
No response