Open
Description
Is there an existing issue for this?
- 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
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 New