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
@cyberwani
Can you add this slick hack to your plugin to enable conditional logic?
(function($){
var myFieldName = 'image-select'; //name of field
$(document).ready(function () {
$(document)
.find('[data-type="'+ myFieldName +'"]')
.data('type', 'radio'); // here is the change
});
})(jQuery);
Hi, great job with this plugin!
How can we make it available in the Conditional Logic field.
Cheers!
The text was updated successfully, but these errors were encountered: