Justin Schroeder

Results 24 issues of Justin Schroeder

### Reproduction https://formkit.link/d5b678398e93347c58bf73951c3a50eb ### Describe the bug When referencing a subproperty of a non-object in schema, and the root object is not an object initially when the schema is parsed,...

πŸ› bug
πŸš€ release-ready
🟑 priority-2

### Reproduction npx formkit@latest create-app -f nuxt ### Describe the bug In a new install the icons package is not properly tree shaken. This is do to switching to esbuild...

πŸ› bug
πŸš€ release-ready

### Discussed in https://github.com/orgs/formkit/discussions/1196 Originally posted by **mlmoravek** February 9, 2024 ## Feature: A `FormKitNode` element has the [`at()`](https://formkit.com/api-reference/formkit-core#at), [`find()`](https://formkit.com/api-reference/formkit-core#find) and the [`walk()`](https://formkit.com/api-reference/formkit-core#walk) functions to walk through the subtree and...

πŸͺ„ enhancement
πŸ”΅ priority-3

### Discussed in https://github.com/orgs/formkit/discussions/1140 Originally posted by **christiankozalla** January 23, 2024 When I use the DatePicker component I am using the format prop to tell FormKit how the date is...

πŸͺ„ enhancement
πŸ”΅ priority-3
Pro

### Reproduction https://formkit.link/ba56ab8e550cd5204bbb36660d27c908 ### Describe the bug Issues like #844 are helpful to highlight the difficulties of working with dates. It’s very easy, as that example shows, to provide a...

πŸͺ„ enhancement

### Reproduction https://formkit.link/61c524e0448a6f684dc5d59942572b15 ### Describe the bug Currently the min-date does not respond to dynamic changes to its value β€” this makes using the datepicker for dateranges difficult. **Workaround**: You...

πŸ› bug
🟑 priority-2
Pro

Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for...

**Bug report** When using inline arrow functions as function call arguments and those functions utilize the `/* #__PURE__ */` annotation, the annotation is moved to an invalid location (downstream this...

bug

Currently we are injecting a higher order component `` into the SFC file, but this is really unnecessary since we no longer inject a lazy provider to check for suspense....

Moved here from [formkit/formkit#1214](https://github.com/formkit/formkit/issues/1214) ### Reproduction https://github.com/sebj54/nuxt-debug-formkit ### Describe the bug I noticed a strange bug when using Nuxt with Options API. When the `FormKit` component is in the template...