select modal error

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
darkdragon
User
Posts: 150

select modal error

Post by darkdragon »

Filed which was a SELECT with Modal, after conversion from ANM2020 to ANM2022, is not selectable with the following error:

     Uncaught TypeError: Cannot read properties of undefined (reading 'replace') - > ew.js:3089 
    at o.t._showDropdown (ew.js:3089:74)
    at o._showDropdown (select2.full.min.js:2:3307)
    at r.<anonymous> (ew.js:3011:14)
    at r.e.invoke (select2.full.min.js:2:3883)
    at r.e.trigger (select2.full.min.js:2:3702)
    at r.trigger (select2.full.min.js:2:66946)
    at r.<anonymous> (select2.full.min.js:2:65287)
    at r.e.invoke (select2.full.min.js:2:3883)
    at r.e.trigger (select2.full.min.js:2:3702)
    at r.trigger (select2.full.min.js:2:66946)

MichaelG
User
Posts: 1111

Post by MichaelG »

Cannot simulate. Modal lookup should work. Please make sure that you have cleared your browser cache to avoid using old Javascripts.


Post Reply