I'm trying to build an extended set of custom components for handling form elements. To start with I wanted to create a form-components
custom tag, that handles showing of label (and later some basic validation rules) and then specific components.
In this fiddle you can see it set up. I'm using the nested tags example to copy nodes from the parent tag to the child tag. However, this only seems to work 1 deep.
I'm doubting wether my approach is the right way to go and this just isn't supported, or I'm just looking at it from the wrong direction.
Ideas anyone?