Codeless Sample App: InstagramLess - clone does not run (live app does work)

@Anonymous_Anonymous4

Earlier the Button component has submit type by default and a simple button was always triggering the submit event for a form

For example, you have a form with two buttons and you expected that:

  1. Submit - should submit a form
  2. Go Back - should just go to the previous page

But, in the previous implementation both of these buttons trigger the submit event

So, we fixed it recently, and now to submit the form by clicking at the button or typing the Enter key on Input you have to change the button behaviour from default to submit

And we will fix this in our Blueprint apps asap

Regards, Vlad