Skip to content

Commit

Permalink
fix(select): fix select props classname error
Browse files Browse the repository at this point in the history
  • Loading branch information
shiliqian committed May 20, 2021
1 parent f2f5926 commit bb1cc55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/select/Selector/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,7 @@ const Selector: React.ForwardRefRenderFunction<unknown, SelectorProps> = (props,
[`${prefix}-bordered`]: bordered,
[`${prefix}-focused`]: isFocused,
[`${prefix}-disabled`]: disabled,
className,
})}
},className)}
aria-disabled={disabled}
aria-hidden='true'
style={style}
Expand Down

0 comments on commit bb1cc55

Please sign in to comment.