test: assert $$restProps for Checkbox, Form

This commit is contained in:
metonym 2023-02-09 11:05:25 -08:00
commit bc1e870b4a
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
import { Checkbox } from "../types"; import { Checkbox } from "../types";
</script> </script>
<Checkbox labelText="Label text" /> <Checkbox labelText="Label text" style="margin: 1rem" />
<Checkbox labelText="Label text" checked /> <Checkbox labelText="Label text" checked />

View file

@ -2,7 +2,7 @@
import { FluidForm, TextInput, PasswordInput } from "../types"; import { FluidForm, TextInput, PasswordInput } from "../types";
</script> </script>
<FluidForm> <FluidForm action="" method="get">
<TextInput labelText="User name" placeholder="Enter user name..." required /> <TextInput labelText="User name" placeholder="Enter user name..." required />
<PasswordInput <PasswordInput
required required