Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jaredLunde/form-atoms issues and pull requests
#53 - feat: initial value can be updated (#52)
Pull Request -
State: closed - Opened by schiller-manuel about 1 year ago
- 3 comments
Labels: released
#52 - What's the reason for limiting setting the initial value only once?
Issue -
State: closed - Opened by schiller-manuel about 1 year ago
- 9 comments
Labels: released
#51 - Debug label not set in vite
Issue -
State: open - Opened by schiller-manuel about 1 year ago
#50 - feat: add preprocess config to field atoms
Pull Request -
State: closed - Opened by jaredLunde over 1 year ago
- 2 comments
Labels: released
#49 - When input is `required` the `_validateCount` increases while the validate function is not being called
Issue -
State: open - Opened by MiroslavPetrik over 1 year ago
- 8 comments
#48 - fix: use atom id in the debug label for unnamed fieldAtom
Pull Request -
State: closed - Opened by MiroslavPetrik over 1 year ago
- 3 comments
Labels: released
#47 - Use atom id instead of 'unnamed-field' in debugLabels
Issue -
State: closed - Opened by MiroslavPetrik over 1 year ago
- 2 comments
Labels: released
#46 - fix: fix dependencies
Pull Request -
State: closed - Opened by jaredLunde over 1 year ago
- 3 comments
Labels: released
#45 - chore: release v3
Pull Request -
State: closed - Opened by jaredLunde over 1 year ago
- 3 comments
Labels: released
#44 - docs: update readme
Pull Request -
State: closed - Opened by jaredLunde over 1 year ago
- 4 comments
Labels: released, released on @next
#43 - fix: add debug labels to form and field atoms
Pull Request -
State: closed - Opened by MiroslavPetrik over 1 year ago
- 3 comments
Labels: released, released on @next
#42 - Permit array as root form fields
Issue -
State: closed - Opened by MiroslavPetrik over 1 year ago
- 1 comment
#41 - Add `clear` action to support controlling `input[type='file']`
Issue -
State: closed - Opened by MiroslavPetrik over 1 year ago
- 3 comments
#40 - Set debug labels for the form atoms
Issue -
State: closed - Opened by MiroslavPetrik over 1 year ago
- 3 comments
Labels: released, released on @next
#39 - fix: fix number type to allow for null values
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 4 comments
Labels: released, released on @next
#38 - feat: add select/textarea and add rich input types to hooks
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 4 comments
Labels: released, released on @next
#37 - feat: flatten output of form values, errors and touched fields generics
Pull Request -
State: closed - Opened by MiroslavPetrik almost 2 years ago
- 2 comments
Labels: released
#36 - Number values cannot be used safely with `<InputField />` nor `useInputField`
Issue -
State: closed - Opened by MiroslavPetrik almost 2 years ago
- 23 comments
#35 - feat: bump next major
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 2 comments
Labels: released
#34 - fix: fix nested array walk
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 3 comments
Labels: released, released on @next
#33 - fix: fix reset w/ initial value
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 4 comments
Labels: released, released on @next
#32 - docs: update readme with codesandbox links
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 3 comments
Labels: released, released on @next
#31 - fix: empty arrays not included in submit values
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 4 comments
Labels: released, released on @next
#30 - ci: add codesandbox ci
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 4 comments
Labels: released, released on @next
#29 - refactor: upgrade to jotai v2
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 3 comments
Labels: released, released on @next
#28 - `FormAtomValues` should accept `FormAtom` instead of `FormAtomFields`
Issue -
State: closed - Opened by MiroslavPetrik almost 2 years ago
- 2 comments
Labels: released, released on @next
#27 - `FormAtomValues` hints wrong type to the developer
Issue -
State: closed - Opened by MiroslavPetrik almost 2 years ago
- 5 comments
Labels: released, released on @next
#26 - Submitting form after removing last item from array fields returns empty object
Issue -
State: closed - Opened by MiroslavPetrik almost 2 years ago
- 5 comments
Labels: bug, released, released on @next
#24 - fix: fix package entries
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 2 comments
Labels: released, released on @next
#23 - feat: add zod validator
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 3 comments
Labels: released, released on @next
#22 - fix: fix release
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 3 comments
Labels: released, released on @next
#21 - feat: update build scripts and tests
Pull Request -
State: closed - Opened by jaredLunde almost 2 years ago
- 3 comments
Labels: released, released on @next
#20 - v2
Issue -
State: closed - Opened by jaredLunde almost 2 years ago
- 7 comments
Labels: released
#19 - fix: types for useFieldAtom hook
Pull Request -
State: closed - Opened by MiroslavPetrik almost 2 years ago
- 1 comment
#18 - Boolean field atom does not fit `useFieldAtom` type.
Issue -
State: closed - Opened by MiroslavPetrik almost 2 years ago
- 4 comments
#17 - Validate by schema (`zod` or other)
Issue -
State: closed - Opened by MiroslavPetrik almost 2 years ago
- 3 comments
#16 - How to set the initial values of a form?
Issue -
State: closed - Opened by emi2k01 about 2 years ago
- 1 comment
#15 - fix(types): fix types for useFieldAtom
Pull Request -
State: closed - Opened by emi2k01 over 2 years ago
- 1 comment
#14 - fix(types): fix types for useFieldAtom
Pull Request -
State: closed - Opened by emi2k01 over 2 years ago
#13 - fix(types): fix types for Field component
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#12 - feat: allow any value in `Field` and related
Pull Request -
State: closed - Opened by emi2k01 over 2 years ago
- 2 comments
#11 - Allow `Value` to be any type instead of the union `string | number | string[]`
Issue -
State: closed - Opened by emi2k01 over 2 years ago
- 3 comments
Labels: released
#10 - fix: fix generic type for useFormProps
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#9 - Direct DOM mutation for fields
Issue -
State: open - Opened by loganvolkers over 2 years ago
- 1 comment
Labels: question
#8 - refactor: add a utility type for validation functions
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#7 - fix: submit needs a startTransition so there are no race conditions w/ validation
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#6 - fix: fix dynamic field reading in walk
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#5 - fix: validation should be skipped if undefined is returned
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#4 - feat: add field and form components
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#3 - fix: write docs
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#2 - feat: make an atomic form library
Pull Request -
State: closed - Opened by jaredLunde over 2 years ago
- 2 comments
Labels: released
#1 - The automated release is failing 🚨
Issue -
State: closed - Opened by github-actions[bot] almost 3 years ago
Labels: semantic-release