HTML Editor with bind:event="oninput" or @oninput

Is there a possibility of implementing bind:event="oninput" or @oninput=function, passing ChangeEventArgs as arguments in the HTML Editor? I found only the possibility of implemeting Change but not OnInput.

1 Like

No, using oninput isn't supported.