interface FormControlProps
@formium/react
Props | Description |
---|---|
children | React.ReactNode React children. This is where actual field implementation will be rendered. |
description | React.ReactNode Optional helper text. |
disabled | boolean Whether field should appear as non-interactive.
Remember that Required |
error | React.ReactNode Error message (if present) and the current field has been visited, otherwise this will be undefined. |
label | React.ReactNode Label of this field. |
labelFor | string
|
required | boolean Whether field is required Required |
Build forms, without the tears.
Resources
hello@formium.io — Copyright © 2020 Formium, Inc. All rights reserved.