TypeError: isContentEditable #587
-
I am using the ImaskMixin from the React Plugin and I can't find out how to solve the following error:
I have set it up to extend a TextField like this:
Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
uNmAnNeR
Jan 26, 2022
Replies: 1 comment
-
how about
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
uNmAnNeR
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how about
const MaskedTextField = IMaskMixin(({ inputRef, ...props }) => <input {...props, ref: inputRef } />);