[Bug]: Problem with input when use regex pattern #1594
Labels
Bug
Something isn't working
Components
Dedicated to Frontend Visual Components
Javascript Frontend
Pull requests that update Javascript code
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: