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
It looks like the problem appears because WordPress now doesn't show or hide settings box, but removes it completely from the DOM. So, a possible solution is to bind 'change' event to "body" element and specify certain selector: $('body').on('change', '.class', function(){...}); Haven't looked into the code, just thoughts.
The text was updated successfully, but these errors were encountered:
Issue Overview
"rwmb_outside_conditions" filter isn't working properly when block editor is active.
Steps to Reproduce (for bugs)
Setup:
Meta Box v. 4.15.8
Meta Box Conditional Logic v. 1.6.4
Code:
Screenshots / Video
Video http://take.ms/tb9kc
Thoughts
It looks like the problem appears because WordPress now doesn't show or hide settings box, but removes it completely from the DOM. So, a possible solution is to bind 'change' event to "body" element and specify certain selector: $('body').on('change', '.class', function(){...}); Haven't looked into the code, just thoughts.
The text was updated successfully, but these errors were encountered: