-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on
Description
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.
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwontfixThis will not be worked onThis will not be worked on