Skip to content

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

Closed
@vrumyantsev898

Description

@vrumyantsev898

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

Activity

added
BugSomething isn't working
Javascript FrontendPull requests that update Javascript code
ComponentsDedicated to Frontend Visual Components
on Mar 25, 2025
added theissue type on Mar 25, 2025
moved this to 🆕 New in Lowcoderon Mar 25, 2025
adnanqaops

adnanqaops commented on Jun 4, 2025

@adnanqaops
Collaborator

This issue has been fixed and verified on Cloud ( V2.7.0 ). So, closing out this ticket.

moved this from 🆕 New to ✅ Done in Lowcoderon Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

BugSomething isn't workingComponentsDedicated to Frontend Visual ComponentsJavascript FrontendPull requests that update Javascript code

Type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @FalkWolsky@raheeliftikhar5@adnanqaops@vrumyantsev898

      Issue actions

        [Bug]: Problem with input when use regex pattern · Issue #1594 · lowcoder-org/lowcoder