mirror of
https://github.com/zhigang1992/connect.git
synced 2026-03-26 10:14:16 +08:00
fix: error thrown using jsx'd style name
This commit is contained in:
@@ -39,7 +39,7 @@ export const Input = forwardRef<any, InputProps>((props, ref) => {
|
||||
aria-disabled={formControl.isDisabled}
|
||||
aria-describedby={ariaDescribedby}
|
||||
textStyle="body.small"
|
||||
style={{ '-webkit-appearance': 'none', ...style }}
|
||||
style={{ WebkitAppearance: 'none', ...style }}
|
||||
{...(inputStyleProps as any)}
|
||||
{...rest}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user