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

New Database name field doesn't have dynamic validation #23822

Closed
Charles-Gagnon opened this issue Jul 12, 2023 · 0 comments
Closed

New Database name field doesn't have dynamic validation #23822

Charles-Gagnon opened this issue Jul 12, 2023 · 0 comments

Comments

@Charles-Gagnon
Copy link
Contributor

When an invalid name is entered into the database field there's no indication that anything is wrong until the user clicks OK. For any validation that we do client-side (such as checking for an empty name) we should :

  1. Disable the OK button until all fields have correct values
  2. Have validation on the field itself for checking that the value is valid - so users get feedback as they type

Note: This applies to all Object Management dialogs. The dialog-level error message should only be used for displaying an error that occurs when doing an action on the dialog itself (such as OK or Script)

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

No branches or pull requests

3 participants