Patterns icon indicating copy to clipboard operation
Patterns copied to clipboard

Have the attribute property of pat-toggle also available for pat-switch

Open cornae opened this issue 6 years ago • 1 comments

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

cornae avatar Nov 20 '19 23:11 cornae

toggle has class and attribute toggles and can manipulate both. switch is built to only manipulate classes. Switch should also be able to manipulate attributes. Careful, both codebases are very different.

pilz avatar Feb 28 '20 10:02 pilz