You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the tags happen to occupy the whole line (no more, no less), I think the width of the input element should be the whole itemList width, so that the input can go to another line. But the actual input element width is 0, so nothing can be inputted.
According to the method "publishInnerWidth" in Ext.ux.layout.component.field.BoxSelectField,
If the tags happen to occupy the whole line (no more, no less), I think the width of the input element should be the whole itemList width, so that the input can go to another line. But the actual input element width is 0, so nothing can be inputted.
According to the method "publishInnerWidth" in Ext.ux.layout.component.field.BoxSelectField,
The width will be negative, so the input element width will be 0.
Probably change it to the below lines? Thanks!
The text was updated successfully, but these errors were encountered: