I have a page where I have an entity list displayed, which holds a bunch of product items. By adapting the Java Script code of the entity list, I've added a button "Add to Cart" on each row. Everything worked fine, until I've also added a Form component on the page. Now, whenever I click on any "Add to Cart" button, the page refreshes. The form is not submitted, so it is just the page that refreshes. This issue appeared just when I added the form component on the page. So without interacting with it at all, the page refreshed out of nowhere.
Any ideas why?
Thanks'!
@OOlashyn @Lucas001 @OliverRodrigues