- Notifications
You must be signed in to change notification settings - Fork254
Required Field Warning is Not Shown By Default for Input Component#1477
-
Hey, I have this input65 component, required field toggled on, however it needs an interaction (type something then delete it) to show the red 'Required field' warning. See date of birth, by default shows the warning, when page loads to begin, I want input65 do the same. Is there way to do it ? Screen.Recording.2025-01-30.at.4.32.43.PM.mov |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments
-
The normal way is, that "Required field" should show only indeed if there was a user interaction, as a common standard to mark required fields is the red * sign at the label. In so far, the component input67 behaves different - but let us briefly check, cause we introduced a setting to also show at empty fields. Maybe it is a property that is not yet introduced at all input fields. |
BetaWas this translation helpful?Give feedback.
All reactions
-
BetaWas this translation helpful?Give feedback.