From discussion:
https://wpftoolkit.codeplex.com/discussions/444607
IsReadOnly property has replaced "IsEditable" since v1.6.
But the current property (IsReadOnly) disable all input.
The legacy behavior was to only disable text input, keeping the button spinner working.
(To confirm the legacy behavior with the keyboard arrows and mouse wheel)
We should have the option to prevent text input without preventing the user to spin.
Probably something like a "AllowTextInput" property.
Comments: ** Comment from web user: BoucherS **
https://wpftoolkit.codeplex.com/discussions/444607
IsReadOnly property has replaced "IsEditable" since v1.6.
But the current property (IsReadOnly) disable all input.
The legacy behavior was to only disable text input, keeping the button spinner working.
(To confirm the legacy behavior with the keyboard arrows and mouse wheel)
We should have the option to prevent text input without preventing the user to spin.
Probably something like a "AllowTextInput" property.
Comments: ** Comment from web user: BoucherS **
In v2.4, the new property InputBase.AllowTextInput will be added. It will be available on all UpDowns (Numeric, Date, Time).
It will let user sets if the editable part of the control can be edited.