mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Restrict the input to not allow values that are greater than the positive maximum or less than the negative minimum. In many cases it is not necessary to allow invalid characters to be entered. For example, if the specified range is 0 to 100. See #24220.