Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Problem with input when use regex pattern #1594

Open
1 task done
vrumyantsev898 opened this issue Mar 24, 2025 · 0 comments
Open
1 task done

[Bug]: Problem with input when use regex pattern #1594

vrumyantsev898 opened this issue Mar 24, 2025 · 0 comments
Assignees
Labels
Bug Something isn't working Components Dedicated to Frontend Visual Components Javascript Frontend Pull requests that update Javascript code

Comments

@vrumyantsev898
Copy link

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

@FalkWolsky FalkWolsky added Bug Something isn't working Javascript Frontend Pull requests that update Javascript code Components Dedicated to Frontend Visual Components labels Mar 25, 2025
@FalkWolsky FalkWolsky moved this to 🆕 New in Lowcoder Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Components Dedicated to Frontend Visual Components Javascript Frontend Pull requests that update Javascript code
Projects
Status: 🆕 New
Development

No branches or pull requests

3 participants