fix morphing (#172)

* fix morphing

* fix morphing

* prettier

* fix morphing

* fix morphing

* fix morphing

* prettier

* add morphing tests

* prettier

* fix tests for reportValidity

* fix tests for reportValidity

* fix tests for reportValidity

* try CI now

* prettier
This commit is contained in:
Konnor Rogers
2024-09-17 15:33:29 -04:00
committed by GitHub
parent 25944d8d7d
commit 9339f87ead
5 changed files with 167 additions and 72 deletions

View File

@@ -5,7 +5,7 @@ layout: component
---
```html {.example}
<wa-color-picker label="Select a color"></wa-color-picker>
<wa-color-picker label="Select a color" required></wa-color-picker>
```
:::info