Hi,
Param query version is using 6.2.4.
There is a phenomenon that the auto width of the filter does not work when the character displayed in the filter contains the character string of the combination of Kanji and numbers.
For alphabets only, auto-width works and the string is displayed correctly.
This phenomenon can be confirmed with the following procedure at the demo site below.
https://paramquery.com/pro/demos621. First, set grid option referring to the following site.
https://paramquery.com/pro/demos/filter_customgridOptions: {
width: 'flex',
flex: { one: true }
}
2. Set the following css.
.pq-popup {
width: auto !important;
}
3. In ShipCountry, enter kanji and numbers. 30 characters in total
4.The width of the filter is not adjusted automatically and some characters are not displayed.
Please see the attached file
Is this a bug?
Please tell me the reason why the filter does not work depending on the combination of character strings, and if there is a countermeasure,
Thank you.