Breezejs Double trouble in angularjs

前端 未结 5 1822
一整个雨季
一整个雨季 2021-01-20 14:46

I am trying to change a value in a angular view from a integer to a float/double value that is bind to ngmodel. The input don’t except anything other than a integer.

5条回答
  •  遇见更好的自我
    2021-01-20 15:21

    This doesn't work for large or small numbers that might be entered using an exponent form. If I want to enter 2.55e35 (a large salary ;)) the current implementation stops at the 'e'. Is there an easy way to fix this?

提交回复
热议问题