Ext version tested:Browser versions tested against:
- ST 2.0.1
Description:
- Chrome, Sencha Architect
If working with floats the slider has not the right position on startup.
Test Case:
Code:Ext.define('MyApp.view.MyFormPanel', {
extend: 'Ext.form.Panel',
config: {
items: [
{
xtype: 'sliderfield',
label: 'Field',
value: [
9.5
],
increment: 0.5,
maxValue: 10
}
]
}
});
