Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用内联网格,用户可以在其中添加和编辑行。我想限制用户输入文本字段,其中用户不能输入超过两位小数的数字。任何人都可以有任何建议吗?
像这样的东西,
number : {decimalSeparator:".", decimalPlaces: 2, defaultValue: '0.00'},
参考这里