In ExtJS, is it possible to have the label of a textfield optimally sized to fit its text in one line?
The labelWidth
property doesn't have an auto setting, and leaving it out completely has same effect as specifying the default value 100, which will cause a lengthy text to break over multiple lines:
I would like to have the label just as wide as it takes to contain the whole text without wrapping, and the editable field fill up the rest of the available width.