I am showing/hiding a textfield on the basis of a combo box selection.The issue is i can very easily show/hide the textfield by doing
Ext.getCmp(mytextf).show();
but i am not able to do the same for the fieldLabel, and only the textfield appears on the UI without any labels.
What function can i use to show and hide the fieldLabel ?
Has anyone done this before ?
please help with some code