imaskjs
imaskjs copied to clipboard
React IMaskMixin compatibility with MUI v5 TextField
What problem you are trying to solve? Cannot make work TextField wrapped into IMaskMixin. Value prop seems not to be passed correctly from IMaskMixin to TextField.
Describe the solution you'd like Be able to passe MUI v5 TextField to IMaskMixin.
Describe alternatives you've considered
Replace MUI v5 TextField by <input>
would be really nice to have this as mixin instead of ugly 3 levels deep workaround
as workaround save this in your project as ts file and import from there mixin.d.txt
import IMaskMixin from '../../helpers/mixin';
guys i do not have time to figure out/rollup a project with MUI so please create a simple case in a sandbox to run. feel free to reopen