AutarkLabs / open-enterprise

A suite of apps that includes allocation, dot voting, issue curation, and other planning tools so organizations can collectively budget and design custom reward & bounty systems.
GNU General Public License v3.0
92 stars 54 forks source link

bug fix: setValidate is called onFocus, not onBlur #1775

Closed rkzel closed 4 years ago

rkzel commented 4 years ago

Short story: onBlur handler never fires, so setValidate is never set to true, so Submit button is never enabled, as per the screen below. Replacing it with onFocus (as it was before) seems to fix it. I've no information why it got replaced in the first place, so... at least now the form is usable.

Screenshot from 2019-12-16 10-45-01