All Questions
2 questions
3
votes
1
answer
1k
views
You forgot to call the getInputProps getter function on your component / element
Trying to Use : useCombobox props inside of React-bootstrap's Modal, fires errors on the console :
downshift: You forgot to call the getInputProps getter function on your component / element.
...
0
votes
1
answer
2k
views
How to validate forms in react "outside" of a form
I am building a component in React for creating cooking recipes. I am using react-hook-form for validating forms. I have two forms on my container. One for adding ingredients with three input fields (...