You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: FIELD SPECIFIC IN-LINE ERROR COPY TO BE PROVIDED FOR 2.5 RELEASE
Submit button should remain in disabled state until all required inputs are present and/or errors addressed by listening for onChange
All required input boxes check for value present onBlur only. If a required value is missing, change input box state to Error
Check for unique value in Title input box onBlur only
If Title check returns the value is not unique , present an error in-line "This title is already in use" - Do not allow user to submit the form until the value is valid (onBlur only)
Validate URL format onBlur only in EndpointURL input box
Any submission errors encountered onSubmit should result in an error call out present on the page (OUICallout) as well as in-line error if error is related to any inputs in the error state - main scenario API/create failure. Other scenarios to be discovered.
onBlur errors:
onSubmit errors (extremely unlikely because we prevent user from submitting the form if errors are active):
onSubmit API / Save error not related to form input values:
The text was updated successfully, but these errors were encountered:
NOTE: FIELD SPECIFIC IN-LINE ERROR COPY TO BE PROVIDED FOR 2.5 RELEASE
onBlur errors:
onSubmit errors (extremely unlikely because we prevent user from submitting the form if errors are active):
onSubmit API / Save error not related to form input values:
The text was updated successfully, but these errors were encountered: