Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter reghyz

    (@reghyz)

    adding this line in your js before $(this).iris({ …. solve the problem, preventing old ones to reinit :

    $(this).hasClass('color_restricted') ? continue : $(this).addClass('color_restricted');

    Plugin Contributor Sean Dempsey

    (@seanseansean)

    Sorry for the tardiness of this response. Just realizing today that we weren’t getting notification emails for these threads for some reason. Hoping that’s fixed now.

    I have experienced exactly this issue and couldn’t put my finger on why it was happening. So a big thank you for identifying the issue. We’ll work on implementing a fix. Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘colorpickers added with repeater duplicates others pickers color lines’ is closed to new replies.