Mask Components -> "oninput" is it not working?

Hi,

Is it possible to generate an event after a given number of characters in the case of a mask components?

oninput does not seem to generate the event..

No, this is not currently possible.

It is used internally by the RadzenMask component. Blazor does not support assigning both a client-side and a server side event handlers on the same element.