InputSelect

A select input component that allows users to choose one or multiple options.

# Basic Usage


InputSelect Props

PropTypeDescription
classNamestringAdditional CSS classes.
namestringIdentifier for the input in form submission.
labelstringLabel text for the input field.
optionsArrayAvailable select options.
multiplebooleanAllows multiple file selection.
callbackfunctionFunction called when the value changes.
registerfunctionFunction to register the input with the useForm hook.
disabledbooleanDisables interaction with the input field.