Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement error handling on all required input boxes #33

Closed
2 tasks
Tracked by #16
KrooshalUX opened this issue Oct 5, 2022 · 1 comment
Closed
2 tasks
Tracked by #16

Implement error handling on all required input boxes #33

KrooshalUX opened this issue Oct 5, 2022 · 1 comment
Assignees

Comments

@KrooshalUX
Copy link

KrooshalUX commented Oct 5, 2022

  • Check for required value onBlur only. If required value is missing, input box state changes to Error and user is prevented from submitting form (submit button disabled state)

image

  • Implement error handling for API / save errors (onSubmit of save button in EUIBottomBar)
    image
@KrooshalUX
Copy link
Author

Updated to remove onChange for input box validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants