我的数字字段有问题,它看起来像这个 Extjs 版本 3.4
{
xtype: 'numberfield',
fieldLabel: 'Cena',
name: 'Price',
id: 'Price',
allowNegative: false,
width: 200,
allowBlank: false,
decimalPrecision:2,
blankText: "Proszę podać cenę produktu"
}
但是当我输入 99.99 时它是无效的,只接受 99