interface TextInputProps extends BaseInputProps
@formium/react
Props | Description |
---|---|
disabled | |
id | |
name | |
onBlur | React.FormEventHandler Event handler invoked when input is blurred. Required Inherited from BaseInputProps.onBlur |
onChange | React.FormEventHandler Change event handler. Use event.target.value for new value. Required Inherited from BaseInputProps.onChange |
onFocus | React.FormEventHandler Event handler invoked when input is focused. Required Inherited from BaseInputProps.onFocus |
placeholder | |
required | |
type | string HTML Required |
value |
Build forms, without the tears.
Resources
hello@formium.io — Copyright © 2020 Formium, Inc. All rights reserved.