Relative Content

Tag Archive for .netasp.net-core.net-coreblazormudblazor

MudTextField with Multimask not update a UI if value assign programmatically

We’re encountering an issue with the MudTextField control when using a multimask for credit card validation. Our requirement is to have an input control that can format credit card numbers based on the card type (e.g., Visa, American Express). We have a card reader that reads and sends data to the app, and the app then identifies the credit card number and assigns it to the appropriate control. However, we’ve noticed that the credit card value is not appearing on the screen.