SelectTriggerProps
Props for SelectTrigger
Extends VariantProps of selectVariants
Extends
Omit<LabelAnimationProps,"variant">.VariantProps<typeofselectVariants>
Properties
className?
optionalclassName:string
CSS classes to apply to the label element
Inherited from
errorStyle?
optionalerrorStyle:boolean
Indicates if the associated input field has an error state
Inherited from
LabelAnimationProps.errorStyle
iconClassName?
optionaliconClassName:string
Additional class name for the icon
label?
optionallabel:string
Text content to display in the label
Inherited from
noUnderline?
optionalnoUnderline:boolean
If true, removes the underline from the select trigger
shouldAnimate?
optionalshouldAnimate:boolean
Controls whether the label should animate to its floating position
Inherited from
LabelAnimationProps.shouldAnimate
skipAnimationOnce?
optionalskipAnimationOnce:boolean
Skips the first animation when set to true