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
The filter of the popover needs to add a filter function
Because some project that considers i18n, and it can also be searched by initials,
I can't find where I can customize the filter function in the current source code
You can add it to editor config json:
{i18n: {filter: (text)=>myFilterFunction(text)}}
3ks
The text was updated successfully, but these errors were encountered:
The list in the pop-up box not only displays English, but also Chinese. If it is Chinese, it needs to support pinyin search, and pinyin search needs to provide a filtering method. Currently, only English list items can be displayed. If Chinese list items appear, normal filtering cannot be performed. @neSpecc
The filter of the popover needs to add a filter function
Because some project that considers i18n, and it can also be searched by initials,
I can't find where I can customize the filter function in the current source code
You can add it to editor config json:
3ks
The text was updated successfully, but these errors were encountered: