kopia lustrzana https://github.com/shoelace-style/shoelace
fix(docs): Inline Form Validation Docs throw error on top level await (#1522)
rodzic
9cb5ba7ac1
commit
d8de7bcc51
|
@ -462,7 +462,7 @@ To disable the browser's error messages, you need to cancel the `sl-invalid` eve
|
||||||
<sl-button type="reset" variant="default">Reset</sl-button>
|
<sl-button type="reset" variant="default">Reset</sl-button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script>
|
<script type="module">
|
||||||
const form = document.querySelector('.inline-validation');
|
const form = document.querySelector('.inline-validation');
|
||||||
const nameError = document.querySelector('#name-error');
|
const nameError = document.querySelector('#name-error');
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue