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
Currently a field yields an input component based on the type property you pass in. You can override this by passing in a component to the input property. This works for the case where a field has a single input, but not when there are two or more inputs for a field.
The field is suppose to validate the data for the input and show an error message. While the inputs (input, textarea, checkbox) support error states, field does not yet currently support any validation. This should probably be done via a new component.
Current State
type
property you pass in. You can override this by passing in a component to theinput
property. This works for the case where a field has a single input, but not when there are two or more inputs for a field.input
,textarea
,checkbox
) support error states, field does not yet currently support any validation. This should probably be done via a new component.Action Items
The text was updated successfully, but these errors were encountered: