-
14 Dec 2011 6:01 PM #1
[PR3] Numberfields with a value attribute config always return their initial value
[PR3] Numberfields with a value attribute config always return their initial value
When I give a numberfield a value initializer, calling Ext.getCmp('myid').getValue() always returns the configured initializer.
I have this:
getValue() is always returning 200. If I remove the value:200 config, I start getting the actual value of the input this component is controllingCode:{ xtype:'formpanel', items:[ { xtype:'fieldset', defaults:{ labelWidth:'35%', }, items:[ { id:'myId', xtype:'numberfield', name:'something', label:'something' value:200 }] }] }
-
15 Dec 2011 12:04 AM #2
This is a known bug. Thanks.
Sencha Inc.
Robert Dougan - @rdougan
Sencha Touch 2 and Ext JS 4 Core Team Member, SASS/Theming Wizard.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote