diff --git a/docs/docs/essentials/input.md b/docs/docs/essentials/input.md index b0f839cf8..c8e072c81 100644 --- a/docs/docs/essentials/input.md +++ b/docs/docs/essentials/input.md @@ -8,17 +8,17 @@ tags: essentials
- + - + - + @@ -28,22 +28,22 @@ tags: essentials - + - + - + - + @@ -86,7 +86,7 @@ tags: essentials - + diff --git a/src/components/input/input.test.ts b/src/components/input/input.test.ts index 5ed7531d9..e7a4f3f7c 100644 --- a/src/components/input/input.test.ts +++ b/src/components/input/input.test.ts @@ -316,7 +316,7 @@ describe('', () => { it('should be invalid when a native input is empty and form.reportValidity() is called', async () => { const form = await fixture(html`
- + Submit
`);