imaskjs icon indicating copy to clipboard operation
imaskjs copied to clipboard

React IMaskMixin compatibility with MUI v5 TextField

Open igorgarbuz opened this issue 3 years ago • 2 comments

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>

igorgarbuz avatar Feb 16 '22 14:02 igorgarbuz

would be really nice to have this as mixin instead of ugly 3 levels deep workaround

TrejGun avatar Apr 04 '22 12:04 TrejGun

as workaround save this in your project as ts file and import from there mixin.d.txt

import IMaskMixin from '../../helpers/mixin';

xzessmedia avatar May 28 '22 11:05 xzessmedia

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

uNmAnNeR avatar Sep 13 '22 10:09 uNmAnNeR