Open NickSchimek opened 2 years ago
I don't recall a good reason for there to be a form tag, it should be fine to change to a div or perhaps move attributes to the parent div. PS, I merged #34 and published the new onFocus handler as version 1.0.9.
Ok great, Thank you!
The way we're using react-search-panel is that we are embedding it in our form. However, this produces invalid html as form tags should not be contained within other form tags.
Is there a reason for wrapping the output in a form tag? Could there be an option added that removes the form tag from the rendered html?