-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Replace react-text-mask with react-imask in integration example #27071
Conversation
Update branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
@@ -19,3 +19,5 @@ declare module 'docs/src/modules/components/HighlightedCode' { | |||
} | |||
|
|||
declare module '@trendmicro/react-interpolate'; | |||
|
|||
declare module 'react-imask'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Having this is kinda misleading because the examples don't mention that one has to override react-imask
types to make it work. Otherwise there is a type error as mentioned in #30854
Closes #27058.
Preview: https://deploy-preview-27071--material-ui.netlify.app/components/text-fields/#integration-with-3rd-party-input-libraries