You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
Summary
All the MaskedInput fields in a edit resource show it's values initially masked and then, less than a second later, turns into unmasked values. If I focus the field, it shows masked again and stays.
This happens only after the second time I edit the record.
I managed to solve this by passing down an already formatted value, usind getValueProps. I don't think that's the ideal solution but... it is what it is.
I managed to solve this by passing down an already formatted value, usind getValueProps. I don't think that's the ideal solution but... it is what it is.
For me the solution was that as well, I did something like this using a ref to the <Form>:
I'm submitting a ...
[X] bug report
Summary
All the MaskedInput fields in a edit resource show it's values initially masked and then, less than a second later, turns into unmasked values. If I focus the field, it shows masked again and stays.
This happens only after the second time I edit the record.
Other information
The code is as simple as this:
I'm using @pankod/[email protected], @refinedev/[email protected], @refinedev/[email protected], [email protected], [email protected]
The text was updated successfully, but these errors were encountered: