HTML input for Positive Whole Numbers Only (Type=number)

前端 未结 9 2038
悲&欢浪女
悲&欢浪女 2020-12-09 02:29

I can\'t find the right regex pattern for this, even though there are a lot of questions in this kind.

I dont want the user to be able to type or input



        
9条回答
  •  無奈伤痛
    2020-12-09 03:15

    You can't press ' - ' button on keyboard.

    
    
    
    
    
    

    Keycode of '109' represent numeric side minus button of keyboard. Keycode of '189' represent minus button above of the character buttons.

提交回复
热议问题