interface ControlProps
@formium/react
Props | Description |
---|---|
checked | boolean Whether the control is checked. Required |
disabled | boolean Whether or not the field is disabled. Required |
id | string Unique identifier of the control. Required |
label | React.ReactNode Text label for the control. Required |
name | string The administrative key for the field. Required |
onBlur | React.FormEventHandler Event handler invoked when input is blurred. Required |
onChange | React.FormEventHandler Event handler invoked when input value is changed. Required |
value | string Value of the control. Required |
Build forms, without the tears.
Resources
hello@formium.io — Copyright © 2020 Formium, Inc. All rights reserved.