Skip to content

Display cluster form validation error messages inline

Enrique Alcántara requested to merge 57602-create-cluster-validations into master

What does this MR do?

  1. Replace Cluster Form's error messages banner with inline error messages for each field using bootstrap_form helpers.
  2. Add client-side validation for required fields.

Before inline validations:

before_inline

After inline:

after_inline

What are the relevant issue numbers?

Closes #57602 (closed)

Does this MR meet the acceptance criteria?

Edited by 🤖 GitLab Bot 🤖

Merge request reports