Skip to content

Commit

Permalink
Remove data-mui-test from renderInput props
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed May 9, 2020
1 parent d9c7277 commit e20f7f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/_shared/hooks/useMaskedInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ export function useMaskedInput({
disabled,
error: validationError,
helperText: formatHelperText,
// @ts-ignore ??? fix typings for textfield finally
'data-mui-test': 'keyboard-date-input',
inputProps: {
...inputStateArgs,
disabled, // make spreading in custom input easier
Expand Down

0 comments on commit e20f7f2

Please sign in to comment.