Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Hotfix: Buttons will submit wrapping forms

Compare
Choose a tag to compare
@rnicholus rnicholus released this 29 May 05:12
· 22 commits to master since this release

Components in React Fine Uploader that contained <button> elements would submit wrapping forms when invoked. This was due to lack of a type='button' attribute on the these <button> elements, which made them submit buttons by default. This affected the following components:

  • <CancelButton />
  • <DeleteButton />
  • <PauseResumeButton />
  • <RetryButton />