🚧 working on submitting form

Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
haraldnilsen 2024-01-07 13:59:07 +01:00
parent e3a6ff55b4
commit 6a3f5cf825
4 changed files with 42 additions and 6 deletions

View file

@ -1,5 +1,6 @@
<script lang="ts">
import { createEventDispatcher } from 'svelte';
const dispatch = createEventDispatcher();
function handleFormChange(selectedValue: string) {
dispatch('update', selectedValue);