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
MudChipField inherits from MudTextFieldExtended , but does not pass down the Mask property. I'm unsure if all that is needed to get it to work is to pass the property, or if there needs to be some extra work done in order to get it to work with the MudChipField.
Activity
mckaragoz commentedon Apr 30, 2025
Added
Mask
parameter and will be available on next release. But please check it carefully, it didn't tested with all aspects.mckaragoz commentedon May 15, 2025
It look like we can't add directly Mask parameter to the ChipField, causes side effects. Need to investigate.