Patterns
Patterns copied to clipboard
Library for quickly applying rich interaction patterns without the need to write any JavaScript.
Set the action default to "both" so that a dependent markup structure is not only shown respective hidden but contained input elements also enabled and disabled. Input fields which are...
We have the `pat-focus` pattern. As far as I understand, the functionality can completely be replicated with pure CSS. Instead of adding focus classes on fields and fieldsets, we can...
Upgrade dependencies. A Jest upgrade is making trouble, due to changes in jsDom :/
Not sure, if this is even needed. Was fixing a problem, which is not a problem anymore.
… access this. TODO: probably bonkers. that was due to a fix in fix-focus branch.
…on bundle initialization for any new Patterns. HEADS UP: remove, as this is not needed. Registering a bundle already scans the DOM for that one bundle.
We currently have an issue in Plone where `pat-legend` leads to form-tabs not being displayed anymore. Plone has it's own logic to transform fieldsets to tabs which also uses legend...