EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: jega on April 07, 2025, 02:43:35 AM



Title: Filter component
Post by: jega on April 07, 2025, 02:43:35 AM
Hi.

Has updated to newest filter 1.07

When filtering i get this error

datagrid-filter.js:324
 Uncaught TypeError: Cannot read properties of undefined (reading 'prompt')
    at _doFilter (datagrid-filter.js?v1.074:324:29)
    at datagrid-filter.js:316:8


Uncomment these lines and it works

if (filterOpts.options.prompt && filterOpts.options.prompt==value){
   value = '';
}