Hello everyone.
Problem:
I’m trying to prevent all Ctrl+key events when writing in an Editable text, for example.
Example:
So, for example, when you perform the Ctrl+A action to select all the text.
I haven’t found any online solution to prevent this specific interaction when in an input.
I don’t think it’s a complicated problem, maybe via a parameter, but I haven’t found a manual way to prevent it.
Anyway, thank you if you know how to handle this, and if you have any questions if I haven’t been clear enough, please let me know.