I have one extjs tagfield and i am using grow : false,
by which I can restrict the vertical grow of field.MyFiddle
I want to add element in tagfield horizentally not vertically. Also When size is increase parent(on which tagfield is placed) size is also increase. I want to not to increase parent size. Tagfield hright should independent from parent width.
Current when Item selected it is appearing as a box, I want to use my own css. How to apply css in tagfield.