lowcoder icon indicating copy to clipboard operation
lowcoder copied to clipboard

[Bug]: Problem with input when use regex pattern

Open vrumyantsev898 opened this issue 7 months ago • 0 comments
trafficstars

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

After update to 2.6.4 i see problem with text fields, like text area, password, text input, maybe another have the same problem but i don't use it. When i use pattern to validate input, i use big regex for password input and inner type input - email, i write fast but application can skip some chars when i writting

Expected Behavior

Application don't skip chars

Steps to reproduce

You can use text input and use type email, and try to write fast Or use password input and this pattern "(?=.[a-z])(?=.[A-Z])(?=.\d)(?=.[!@#$%^&;%-])[A-Za-z\d!@#$%^&;%-]{8,}" and try to fast write password

Environment

Lowcoder 2.6.4 docker images: api-service, node-service, frontend, mongo, redis OS: Ubuntu 24.04.2 LTS

Additional Information

No response

vrumyantsev898 avatar Mar 24 '25 13:03 vrumyantsev898