fix: error thrown using jsx'd style name

This commit is contained in:
kyranjamie
2020-05-13 17:47:52 +02:00
committed by Hank Stoever
parent 9ac4772da6
commit 42da3f1c0c

View File

@@ -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}
/>