Reputation: 178
I was putting a tagfield as a widget column inside grid panel with Extjs 5, and faced a grow issue. The field did not get vertical expand, but will bring a scroll bar inside the field.
I searched for some answer, the column's configure cellWrap: true
could work under Ext js 6. However it could not work for 5.
I create the fiddle for this issue, could someone help me to figure out how to resolve this problem?
Thanks very much.
Upvotes: 0
Views: 719
Reputation: 1072
You need to add css
Check Fiddle:
https://fiddle.sencha.com/#fiddle/1hle
Upvotes: 4