Form
FormTextarea
is a multi-line text input component with optional character count display.
How is this guide?
FormSearchSelect
is an advanced autocomplete component with **search filtering**, **keyboard navigation**, and **flexible rendering** through a render prop pattern. It provides a more powerful alternative to `FormSelect` when you need custom item rendering or complex filtering logic.
FormUpload
wraps FileUpload to integrate file selection and validation with react-hook-form.