make an input only-numeric type on knockout

后端 未结 10 1063
情书的邮戳
情书的邮戳 2020-11-30 06:15

i read many tutorials but i dont know how to do this, this is the input

input(type=\"text\",name=\"price\",id=\"price\"data-bind=\"text: price,valueUpdate:[\         


        
10条回答
  •  伪装坚强ぢ
    2020-11-30 06:45

    We can restrict user to input user more than two decimal number Ex. 23.81, 3452.83 Modified code is as below. The reference code is taken from the @Martin Surynek answer.

    HTML -

    (round to whole number)

    (round to two decimals)

    Script -

    
    

提交回复
热议问题