Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    Are you using an optimize/minify plugin? and if so could you disable it temporary so i can better check what is going on please? also if the minify thing is node done correctly it could cause this issue.

    Regards!

    Plugin Author EDGARROJAS

    (@edgarrojas)

    Hello!

    I did some more investigation and it seems that you indeed are using a minify plugin (which is totally fine) but the problem is that the minify plugin seems to be changing the text of one of the files it is changing this:

    rn-chained-select-item .model

    for this:

    rn-chained-select-item.model

    so basically is removing the space between item and .model, this makes the plugin not able to recognize the chained selects. So to fix this please make sure your minify tool doesn’t alter the text of the strings.

    Regards!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Chained Select’ is closed to new replies.