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
Some model fields are required and other are optional. As of #322, we are explicitly indicating this within the label string itself. Ideally this should be a separate attribute such that the UI can do both client-side validation and formatting.
Proposed Solution
Add a new attribute required: bool to the Field model.
The text was updated successfully, but these errors were encountered:
Problem
Some model fields are required and other are optional. As of #322, we are explicitly indicating this within the label string itself. Ideally this should be a separate attribute such that the UI can do both client-side validation and formatting.
Proposed Solution
Add a new attribute
required: bool
to theField
model.The text was updated successfully, but these errors were encountered: