Simplify modalbindableinput

This commit is contained in:
Andrew Kingston 2024-02-27 14:17:07 +00:00
parent 3d96292f26
commit afbdaac0db
1 changed files with 8 additions and 1 deletions

View File

@ -2,4 +2,11 @@
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
</script>
<DrawerBindableInput {...$$props} forceModal />
<DrawerBindableInput
{...$$props}
forceModal
on:change
on:blur
on:drawerHide
on:drawerShow
/>