updated per suggestion

This commit is contained in:
Saturnino Abril 2026-02-04 09:14:10 +08:00
parent b892d5dc1f
commit 4c09b8aabf

View file

@ -233,7 +233,7 @@ const DropdownInputHybrid = <T extends OptionType = OptionType>(props: Props<T>)
placeholder={focused ? '' : formatAsString(intl.formatMessage, placeholder)}
components={{
IndicatorsContainer,
Option: Option as unknown as React.ComponentType<OptionProps<T, false, GroupBase<T>>>,
Option,
Control,
}}
className={classNames('Input', className, {Input__focus: showLegend})}