in Previous UI it was showing full item code with description in multiline if the width of field is small. in our case description is very important but it’s showing trimmed now.
anyone else facing this issue? i’m still strugling to resolve this.
This issue does exist, also the Filters applied is not wrapped, making it difficult to find out what filters are applied to the field
Via custom CSS, the width of the “search result box” can be adapted.
[data-fieldname="items"] [data-fieldname="item_code"] .awesomplete ul {
width: 700px;}
1 Like
can you fix this in the core and do a PR?
not sure that my workaround should be put into core. the “proper” way of improving it is different, IMHO…