Replies: 1 comment
-
Hi @Varkoff, I believe the issue you had is caused by the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone ! I need assistance with something and didn't know where to ask the question.
Github Discussions seemed a good fit.
Kent made an article a few months ago, regarding full-stack components. https://www.epicweb.dev/full-stack-components
I've been using his autocomplete input with Google Places Autocomplete. It works like a charm.
Now, though, I get the parsed errored field from the onValidate function, but they are not present in the
fields.property.errors
key and I would like to know why.I know I'm handling input props incorrectly, because using Epic Stack's component makes it work.
useCombobox
from thedownshift
library is already settings props for the input.How to get the benefits of autocomplete from useCombobox, with the benefits of Conform error handling ?
Beta Was this translation helpful? Give feedback.
All reactions