This is a simple wrapper around the inputmask library. This can be used to replace the masking functionality in the AuInput component, so we can now deprecate it and make the component simpler.
Separating it has the advantage that it won't be shipped under Embroider if it's not used anywhere.
This doesn't include docs yet since the AuInput component needs some changes first.
This is a simple wrapper around the inputmask library. This can be used to replace the masking functionality in the
AuInput
component, so we can now deprecate it and make the component simpler.Separating it has the advantage that it won't be shipped under Embroider if it's not used anywhere.
This doesn't include docs yet since the AuInput component needs some changes first.
Usage
options
are simply passed into the Inputmask instance, which are documented here: https://robinherbots.github.io/Inputmask/#/documentation#optionsInputmask attaches itself to the element on the
inputmask
property, so any regular event handlers can be used to read out the data.