Buttons of UI submits form
frrodriguez opened this issue · 0 comments
frrodriguez commented
Hi, i have a simple issue.
The component for select the month ( '< >' buttons) by default have the 'submit' button type (if omits, submit
its the default type), and when i click these buttons, my uppers <form>
its automatically submit reloading all my react page.
It can be fast tested, cause if i inspect the time-picker component and add type='button'
just works correctly.