AttributePropagationBuilder
The builder is bundled in the NPM package @tmorin/ceb-elements-builders.
The builder handles the propagation of an attribute's values to embedded elements. That means, each time the attribute is mutated, the mutation is propagated to selected child nodes.
Challenge yourself
Will you be able to ...
- propagate the value of the attribute
valueto the propertyplaceholderof theinput? - propagate the value of the attribute
frozento the attributedisabledof theinput?
See the Pen <ceb/> ~ challenge/AttributePropagationBuilder by Thibault Morin (@tmorin) on CodePen.