lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: Shift Key causes input box to cancel and loose focus

Open placidic opened this issue 1 year ago • 0 comments
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

  1. Create an App
  2. Add a Temporary State
  3. Try to set the value of the temporary state to : "I'mData" using the shift key to Capitalize
  4. Try to rename a component with Capital Letters

Environment

lowcoder cloud 2.4.5 lowcoder self hosted 2.4.5

Additional Information

No response

placidic avatar Aug 09 '24 14:08 placidic