CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
367 stars 62 forks source link

MudCodeInput error #258

Closed ivanjx closed 1 month ago

ivanjx commented 10 months ago

image

image

Otp is a string property in the code behind with value "".

mckaragoz commented 10 months ago

I need more info about the error, at which point this error occurs, on initialization or pressing some keys?

ivanjx commented 10 months ago

on initialization. i realized that Otp must be null and not empty to avoid this.

also the Error and ErrorText properties does not seem to work.

mckaragoz commented 1 month ago

Added Error and ErrorText. Fix a lot with #402. Please check it after next release and report if there any issues.