INIT
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<script lang="ts">
|
||||
import HiddenInput from "../../utilities/hidden-input.svelte";
|
||||
import { SwitchInputState } from "../switch.svelte.js";
|
||||
|
||||
const inputState = SwitchInputState.create();
|
||||
</script>
|
||||
|
||||
{#if inputState.shouldRender}
|
||||
<HiddenInput {...inputState.props} />
|
||||
{/if}
|
||||
Reference in New Issue
Block a user