In a standard form submission, we can enable form validation by selecting “This input should not be empty”. If the input is empty during submission, the input will automatically gain focus and a red border, indicating to the user that this field is required. How can we achieve this behavior with an “auto-binding” input form?