Robin Herbots
Robin Herbots
@MaxFromQc , Can you create a codepen for it. Probably some interference with the keyup event. Also which version do you use?
@sandrey1 , Thx for the issue. I will investigate this.
@yuniit , I guess it is some interference with the element-plus. Adding the noValuePatching: true option in the inputmask solves the issue. Maybe you can also try without the element-plus,...
@yuniit , Just fixed the reversing issue. Have a try with 5.0.8-beta.25
It is available now ;-) On Thu, Jul 21, 2022 at 3:26 AM yuniit ***@***.***> wrote: > 5.0.8-beta.25 > > I just run npm install ***@***.*** --save but I got...
@yuniit , I think that is logical as the value property isn't altered. Have a read at https://github.com/RobinHerbots/Inputmask#unmaskedvalue
Just don't use the numeric alias for this. Use a Mask like 9{1,4} or something.
@knoxcard, @jadamec , Something like ``` Inputmask("9{2}", { placeholder: "0", numericInput: true }).mask("test2"); ``` ? What I'm missing here? @knoxcard , ``` Inputmask("datetime", { inputFormat: "dd" }).mask("test2"); ```
@admrbsn , add \\\\+ to the regex should do. But I will keep the issue open because I want a mask like +(9| ){0,15} to work.
> Is there any work done on issues marked by "Enhancement"? This is one I could use. Not yet