Closed rdebeasi closed 11 months ago
Any fix for this?
@ms-emp @rdebeasi Thanks for using Ngx-mask. Please update to version 16.4.2. It example all work as expected - https://stackblitz.com/edit/angular-ivy-mask-yxqxnw?file=src%2Fapp%2Fapp.component.html
Awesome - that fixes it on my end as well. Thank you!!
π bug report
Is this a regression?
Not as far as I'm aware
Description
When a blank mask is applied to an input with
type="number"
, the input is not editable. (Our component has optional masking, and when the masking is disabled, we setmask
to an empty string.) This behavior does not occur withtype="text"
.π¬ Minimal Reproduction
https://stackblitz.com/edit/angular-ivy-mask-eqarfj?file=src%2Fapp%2Fapp.component.html
π₯ Exception or Error
No error message
π Your Environment
Angular Version: 16.1.0
Anything else relevant?
Thank you!!!