Jeremy Holstein

Results 28 issues of Jeremy Holstein

`Position: Fixed` was not good, if you scrolled during the animation it would not stay with the element. `Border-Radius: Inherit` the animation would overflow the parent if there was border...

closes #286

### Reproduction https://formkit.link/cc52fafd117863912a545caff74f1cf6 ### Describe the bug the forms data is sending as an object with all fields under the group (expected) but the 2nd group of the same name...

🪄 enhancement

### Reproduction https://formkit.link/fff14f502a47740aeadad4c9964586aa ### Describe the bug https://formkit.link/57221193925e52224b5dd318e5da5243 It is not possible to dynamically set the mask for a Mask input ### Environment Latest

🪄 enhancement
Pro

I'm having a weird issue, not sure if it's Laravel related or something with Inertia or the Inertia Modal Routes... 1) You submit a Form on `/create` to `/create/preview/`, if...

I'd like to do something like this, but it doesn't seem to trigger anything... ```php SimpleRepeatable::make('Theme Templates', 'templates', [ Select::make('Theme', 'theme_id')->displayUsingLabels() ->options(fn() => $this->team->themes->pluck('name','id')), Select::make('Template') ->dependsOn(['theme_id'], function (Select $field, NovaRequest...

When In Stacked Mode, the Drag Handle is too close to the panel edge.

It would be amazing if this supported Cloudflare D1 (SQLite) https://developers.cloudflare.com/d1/ I'm not sure how you'd do it, you can bind the database to your application in your application or...

### Which Cloudflare product(s) does this pertain to? Pages ### What version(s) of the tool(s) are you using? 3.61.0 [Wrangler] ### What version of Node are you using? 18.18 ###...

bug