Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not appearing in Conditional Logic #15

Open
groseler opened this issue Apr 15, 2018 · 4 comments
Open

Not appearing in Conditional Logic #15

groseler opened this issue Apr 15, 2018 · 4 comments

Comments

@groseler
Copy link

Hi, great job with this plugin!
How can we make it available in the Conditional Logic field.

Cheers!

@bujoo
Copy link

bujoo commented May 3, 2018

Hello groseler, did you already found a solution for the Conditional Logic?
I need the same functionality.

Thanks :)

@vguenichon
Copy link

Same here. Need it soooooo bad ;-)

@wetenhall
Copy link

+++ Need this also. Apart from not being able to use conditionals, this add on is really helpful.

@samjco
Copy link

samjco commented Jun 3, 2020

@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);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants