So, my problem is that I cannot type commas into an input with type equal to number. Seems like I cannot get around it because type=number
do not allow pattern.
Is there any way I can select all inputs with type number and allow to type commas?
$(':input["type=number"]')