I'm using IntegerUpDown and DoubleUpDown from version 2.4, and I'm facing the following issue:
whenever I enter text input by keyboard, the backing property is immediately updated, thus causing the ValueChanged event to be fired on each digit pressed, while it should be fired only on focus lost.
How can this be solved?
whenever I enter text input by keyboard, the backing property is immediately updated, thus causing the ValueChanged event to be fired on each digit pressed, while it should be fired only on focus lost.
How can this be solved?