I am tring to validate the data being pasted into a text field before it is written to the field.

I need to disable the paste of non numeric characters even if pasted from the clipboard.

I already disabled the Ctrl+V option, but I still have the paste option in the right-click menu opened for the textbox.

Thanks