Steps to reproduce:
- Open and run the attached example.
- Highlight the text in DxMaskedInput.
- Press the 'Delete' key.
Expected results:
The value is updated and the ValueChanged event is triggered.
Current results:
The value is not updated and ValueChanged event is not triggered.
Additional information:
This behavior only occurs if BindValueMode is set to OnDelayedInput
and the Mask option is used.