Skip to main content

Input

Input(InputProps): Element

Customizable input component with floating label, clear functionality, and support for additional action buttons

Parameters

InputProps

InputProps & object

InputProps

Returns

Element

Example

 <FormField render={({ field }) => (
...
<Input {...field} type="text" label="Label" placeholder="Placeholder" showClearIcon={true}/>
...
)}
/>