Niklaus Hug
Niklaus Hug
### Bug Some keyboard interactions on a field with a currency mask does not dispatch a change event. Hence new values are only reflected inside the field but cannot be...
This is the proposed fix for https://github.com/RobinHerbots/Inputmask/issues/2757. Please scrutinize if `inputmask.undoValue = nptValue` and `$input.trigger("change");` is executed whenever it is needed. I am not sure if in every situation all...
**Feature description** 1. Append calendar to Shadow DOM if needed. 2. Do not hide calendar if calendar or input (if `inputMode: true`) is clicked. **Use case** We think vanilla-calendar-pro is...