I'm using keyfilter from Primefaces extensions library, <pe:keyfilter/>
. I use it together with regular expression which permits only numbers to be input. Everything works fine except that I can't paste a value into a field even if it fulfills regex. I mean I can't perform ctrl+v or right click -> paste with the mouse.
Is there workaround of this issue?
Or should I just use another validation method?