-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi there,
I'm using withMask with the following options:
useEffect(() => {
if (inputRef.current) {
maskRef.current = withMask("integer", {
groupSeparator: " ",
radixPoint: ".",
digits: 2,
allowMinus: false,
rightAlign: false,
showMaskOnHover: false,
showMaskOnFocus: true,
tabThrough: true,
})(inputRef.current);
}
}, []);
Is it possible to add an actual mask to the input? The mask should be 0.00, where you can navigate to decimals by using arrows on the keyboard. Now I have only formatting in the input and no mask.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels