The onChange event of the input box, the input value can not be less than 0.01and not more than 10000, there is a prompt for input errors (errors can not be prompted frequently)?

the above is the problem, and the bottom is written by yourself, but the prompt error will operate frequently

Mar.10,2021

give an answer without JS:

.error-msg
  display: none

  input:invalid + &
    display: block
Menu