Input validation
Input Validation
By using enable_events
with an Input
element, you can check each character as your user is typing. This enables limiting what a user can input. In this example, only numbers can be entered into the window.
By using enable_events
with an Input
element, you can check each character as your user is typing. This enables limiting what a user can input. In this example, only numbers can be entered into the window.