You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default in the design system, inputs are wrapped with some padding like this :
This is to enable the use of required input and prevent some UI reposition :
Or the use of inputs with status message :
But in the stdcm form, the mockup requires inputs to be very close from each another, not allowing any space to display a "required" input. @thibautsailly doesn't plan to add any "required" icon in the form as it's gonna be a form use multiple times each day. The user already knows which fields are required.
Moreover, in stdcm we don't display status message with the standard design system but with a new one using tooltips :
Acceptance criteria
Add a new way to use inputs for narrow forms where required fields are not used and status message are displayed with tooltips only
Required, small, statusWithMessage styles keep working in both mode
The text was updated successfully, but these errors were encountered:
Description and goal
By default in the design system, inputs are wrapped with some padding like this :
This is to enable the use of required input and prevent some UI reposition :
Or the use of inputs with status message :
But in the stdcm form, the mockup requires inputs to be very close from each another, not allowing any space to display a "required" input.
@thibautsailly doesn't plan to add any "required" icon in the form as it's gonna be a form use multiple times each day. The user already knows which fields are required.
Moreover, in stdcm we don't display status message with the standard design system but with a new one using tooltips :
Acceptance criteria
The text was updated successfully, but these errors were encountered: