raphadesa / BlazorInputMask

Blazor Input Mask
MIT License
25 stars 14 forks source link

[Question] How to use BlazorInputMask in MAUI application? #33

Open zagoskin opened 3 weeks ago

zagoskin commented 3 weeks ago

I was using the input in a normal blazor app with no problem. But now I am in a team developing a MAUI app using Blazor Hybrid. For some reason, the exact same code doesn't seem to work in our MAUI app.

Is there any specific configuration that needs to be done for the input to work?

When I say it doesn't work I mean just the masking part. I am able to use the input "normally" (i.e. I can type whatever text, but no mask is applied).

raphadesa commented 3 weeks ago

Hello,

Are you having any error ?

Please try to call the iMask.js component through a JS interop (not using my component) directly into your MAUI app and see how it behaves.

Maybe iMask.js does not work with .NET MAUI.

Regards,

Raphaël