CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
MudChipField is missing the Mask property.
trafficstars
MudChipField inherits from MudTextFieldExtended<T> , 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.