dkmooers
dkmooers
Image: 
No I never did - I had forgotten why I disabled this plugin, and this was why. Can't figure out any way of adding back in these buttons from outside...
Maybe this is an Enhancement?
Ah, I figured out I can do something like this with Formsnap as a workaround: ``` setValue(items?.map(item => item.value))}> ... {#each value as _, i} {/each} ``` With this schema:...
@bjornpijnacker Sorry for the delay! Welp, I thought I had it working since even though TS was complaining, I was still receiving the correct array of values on the server...
Actually, this might be a separate issue. It looks like setting initial values even on single-selects isn't working: https://github.com/huntabyte/shadcn-svelte/issues/717 So it could be that if that gets fixed, this multi-select...
Just updated to Superforms v2 and the Formsnap rewrite, and this is indeed moot. Thanks for the great work @huntabyte!
Adding a +1 for this - would love to use generated columns for post comment counts and such! It would get widespread use throughout the app I'm building. 🙏 😁
+1 to reopening this. Using `drizzle-kit generate` and then `drizzle-kit migrate` works, but not `drizzle-kit push` (I get the error described here).