FieldElementProps
Type that defines the element properties of a field.
Definition
FieldElementPropsobjectnamestringrefRefCallback<FieldElement>onChangeChangeEventHandler<FieldElement>onBlurFocusEventHandler<FieldElement>
Explanation
The properties must be passed to an HTML <input />, <textarea /> or <select /> element. It is intended to use the spread syntax for this.
<input {...props} type="text" />