No, but a workaround.You can add a listener to textfield or combobox in the init code of the view controller.
init: function (view) { var combo = view.down("#yourComboBox"); //...
Type: Posts; User: Estadlbauer
No, but a workaround.You can add a listener to textfield or combobox in the init code of the view controller.
init: function (view) { var combo = view.down("#yourComboBox"); //...
See https://fiddle.sencha.com/#view/editor&fiddle/3248 with your problem
I have a combobox in a form panel. If I focus and select something the label moves up. After leaving this field the label moves down and overrides the selection.
This appears only if the property...
Hello,
In fiddle https://fiddle.sencha.com/#view/editor&fiddle/30ek i have two grids, left is with fixed height, right without. (Version 6.7.0 Classic)
If i shrink the browser window in size, no...