Skip to content

MaskedInputField doesn't support double charactersย #151

@ekus2

Description

@ekus2

Basic information

  • Tiller version:
    1.7.2
  • Module:
    @tiller-ds/formik-elements

Bug description

Our masked field needs to have constant number at the beginning and at the end of the value for example 1____5.
But when trying to add second number that is the same value as first one (1) it won't enter it.

image

Steps to reproduce

<MaskedInputField
mask={["1", /\d/, /\d/, /\d/, /\d/, /\d/, "5"]}
name="number"
/>

this is the input field we used and here that bug occurs when trying to write 1111115.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions