GnuDK
16 Apr 2007, 3:29 AM
new Ext.form.NumberField({
decimalSeparator:',',
width: 100,
allowNegative:false,
value:'0,00'
});
Changing the decimal separator to a comma results in marking the value as invalid.
decimalSeparator:',',
width: 100,
allowNegative:false,
value:'0,00'
});
Changing the decimal separator to a comma results in marking the value as invalid.