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
When an input has the required classModifier, it adds an asterix next to the label to tell that the field is required.
Right now, this is handled with the className of the group who englobes the label.
Unfortunately this can lead to some problems when a ancestor in the DOM has that required property and in term put some input as required (visually) when they are not supposed to.
Exemple :
The text was updated successfully, but these errors were encountered:
When an input has the required classModifier, it adds an asterix next to the label to tell that the field is required.
Right now, this is handled with the className of the group who englobes the label.
Unfortunately this can lead to some problems when a ancestor in the DOM has that required property and in term put some input as required (visually) when they are not supposed to.
Exemple :
The text was updated successfully, but these errors were encountered: