1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-24 17:51:14 +02:00
unleash.unleash/frontend/src/component/project
Thomas Heartman 20c3ef30f3
fix: make name validation work properly. (#7042)
Instead of using the `required` attribute, we manually make it
required. This is indicated visually by red error text if the value is
empty (or whitespace only). To indicate to screen readers that it is
required, we add the `aria-required` attribute.

We didn't previously validate if the name
was whitespace only.

Also: if no envs are selected, indicate that all will be included

This prevents this form value from ever being invalid.
2024-05-13 14:43:49 +02:00
..
NewProjectCard feat: Project owners UI (#6949) 2024-04-29 11:51:44 +02:00
Project fix: make name validation work properly. (#7042) 2024-05-13 14:43:49 +02:00
ProjectAccess chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ProjectApplications chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ProjectCard chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ProjectEnvironment chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
ProjectList feat: create project dialog (#7012) 2024-05-10 11:01:49 +03:00