diff --git a/src/PickerInput/Selector/Input.tsx b/src/PickerInput/Selector/Input.tsx index 908dedd7a..95212609a 100644 --- a/src/PickerInput/Selector/Input.tsx +++ b/src/PickerInput/Selector/Input.tsx @@ -52,6 +52,7 @@ export interface InputProps extends Omit((props, ref) => { const { + className, active, showActiveCls = true, suffixIcon, @@ -377,10 +378,14 @@ const Input = React.forwardRef((props, ref) => { return (
( (