-
Notifications
You must be signed in to change notification settings - Fork 268
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
Beta Was 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.
Beta Was this translation helpful? Give feedback.
All reactions
-
The Date input field behaves wrong. This is our fault, and we need to excuse it. We will fix it as soon as possible.
Both other fields behave as expected. Please check especially the option "Show Validation on Empty/Reset"
Beta Was this translation helpful? Give feedback.