hexus / pragma

Declarative form builder
3 stars 1 forks source link

Experiment with extending built-in elements #24

Open hexus opened 3 years ago

hexus commented 3 years ago

Moved from README TODOs

Web components can extend built-in HTML elements to inherit functionality and usability.

Stencil doesn't currently support this in any way, but a keen-eyed developer has found a workaround:

Try this out and see if the boilerplate repetition in the Pragma components can be reduced.

Note: This approach doesn't currently include form participation, but the same comment will be updated when the developer gets around to it.