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.
ユーザーが行を追加および編集できるインライン グリッドを使用しています。ユーザーが小数点以下 2 桁を超える数値を入力できないテキスト フィールドへのユーザー入力を制限したい。誰でも何か提案はありますか?
このようなもの、
number : {decimalSeparator:".", decimalPlaces: 2, defaultValue: '0.00'},
ここを参照