This content originally appeared on DEV Community and was authored by Volker Schukai
Today we have released the latest edition of our Form Lib. Our library offers us the possibility to link forms with data. In addition, we have programmed here various controls that are not available in the standard.
Only the highlights are described here. The full functionality can be found in the documentation.
This release builds on Monster 1.28 and contains minor improvements in the handling of data sources.
Tree Select
const node = document.createElement('monster-treeselect');
node.setOption('url', 'data.json');
document.getElementById('container').appendChild(s);
or
<monster-treeselect data-monster-url="data.json">
</monster-treeselect>
Breaking Changes
We try to minimize breaking changes, but some changes are needed to improve workflows, performance, scalability, and more.
- The new names for the templates of Select and Treeselect are now called
labelTemplateandvalueTemplate
hope you enjoy it!
References
- https://dev.to/schukai/monster-128-released-e4b
- Forms, nothing but forms
- documentation
- project home
- form example
- we are hiring
This content originally appeared on DEV Community and was authored by Volker Schukai
Volker Schukai | Sciencx (2021-12-12T18:00:18+00:00) Form Lib 1.9.0 released. Retrieved from https://www.scien.cx/2021/12/12/form-lib-1-9-0-released/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.