Alexey Kryazhev
Alexey Kryazhev
Hello! When hash with query params change `oninit` method is not called and page remains old despite view updates. Only page refresh helps. I suppose, when route change whole component...
Create new *Issue* only for bug or feature request. If you have a question about how to use `imask`: - check the [guide](https://imask.js.org/guide.html) - check answers on [stackoverflow.com](https://stackoverflow.com) - ask...
I am using angular-imask: 6.0.5 with angular 13 There is date input which changes when user enters value using imask, it used to work before with angular 9 version, after...
rename `prepare` -> `prepareChar` because it's always about single character
- show mask placeholder on focus - `YYYY-mm-dd` date with custom `format` and `parse` options - try to mask `contenteditable` - replace `8` to `+7` for phonenumber
### Discussed in https://github.com/uNmAnNeR/imaskjs/discussions/703 Originally posted by **mattstobbs** July 27, 2022 Hey, I'm using a simple mask of `'0000 0000'`. It works great when typing numbers but when the backspace...
Correct order is: 1. element 2. mask options 3. etc For instance for React now: ```ts function useIMask< Opts extends IMask.AnyMaskedOptions = IMask.AnyMaskedOptions, MaskElement extends ReactElement=HTMLInputElement, > ``` should be:...
**What problem you are trying to solve?** `prepare` works only per symbol. Need a way to handle the whole string in case of paste for instance. **Describe the solution you'd...
**Core** - ~~try custom history tracking for better handling `undo`/`redo` actions (https://github.com/uNmAnNeR/imaskjs/pull/981)~~ - ~~improve IME support~~ - ~~**Pattern mask**: pass root `autofix` to the blocks~~ - remove `skip` from `ChangeDetails`,...