Possible to embed `Inputs.bind` constructs (at the "cellular" level)?

I would like to define an input, then repeat it several times. Inputs.bind allows me to construct these repeatable views of the same input. But the cell options menu doesn’t seem to want to allow me to embed a stand-alone cell.

Is this possible? Perhaps I’m missing an ingredient?

Your additional views also need to be assigned names in order to be embedded.

2 Likes

Whoops! I swear that I just tried doing that and got an error, and yet here it is working just dandy! <3 thank you!

… as a follow-up, my mistake was simply using viewof in the wrong place

1 Like