Commit ff2b53d
Marc Antwertinger
Fix validation indicator to only show for presence validations
The required field indicator (*) was shown for any validation (format, length, etc.). Now it correctly only appears when a presence validation is defined, matching the standard UX expectation that * means "required".
(cherry picked from commit c948db7)1 parent 266433c commit ff2b53d
File tree
2 files changed
+2
-2
lines changed- app/components/alchemy/ingredients
- spec/components/alchemy/ingredients
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments