-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
One can't use this plugin with nested data-duplicate blocks
ASCII example:
- <div data-duplicate="one">
- p text
- input
- ...
- <div data-duplicate="one.one">
- select options
- input
so far so good, if one duplicates the outer block will result in something like:
- <div data-duplicate="one">
- p text
- input
- ...
- <div data-duplicate="one.one">
- select options
- input
- <div data-duplicate="one">
- p text
- input
- ...
- <div data-duplicate="one.one">
- select options
- input
Int this point, the problem comes when one decides to duplicate the one.one block. It will not work properly because two different objects share the same reference -> data-duplicate="one.one".
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels