Patterns icon indicating copy to clipboard operation
Patterns copied to clipboard

Library for quickly applying rich interaction patterns without the need to write any JavaScript.

Results 101 Patterns issues
Sort by recently updated
recently updated
newest added
trafficstars

.pat-auto-suggest currently doesn't respect pat-autofocus the input field.

.pat-redactor currently doesn't respect pat-autofocus on its input field.

- [x] Ticket #800 - [x] Finalise design

Example use case: changing out an image by manipulating the `src` attribute or enabling/disabling an input field.

The following commit prevents patterns from being initialized on `` containers: https://github.com/Patternslib/Patterns/commit/8f4b14bc9644c5cac57be4cdb520eec2b5bbb3d1 While working on a ``pat-codeeditor`` for Plone I found that limiting. It would be nice, if a code...

with multiple installs of the Patternslib - e.g by providing multiple bundles with different patterns - there will also be multiple instances of the patterns registry. if the patterns registry...

Often the ``history: record`` configuration isn't used when it should. This leads to changing pages without having the URLs changed in the browser bar. And this leads to some other...