Input
Input(
InputProps):Element
Customizable input component with floating label, clear functionality, and support for additional action buttons
Parameters
InputProps
InputProps & object
Returns
Element
Example
<FormField render={({ field }) => (
...
<Input {...field} type="text" label="Label" placeholder="Placeholder" showClearIcon={true}/>
...
)}
/>