Guide closes unintentionally #136
Labels
difficulty/medium
Difficulty to resolve issue is medium
hacktoberfest
kind/bug
Something isn't working
priority/low
resolving this issue is not that important
Milestone
When clicking through the guide, creating a package, group and vocab sometimes it closes unintentionally, before being finished. Mostly after creating a vocabulary
I think this has something to do with the VocabForm using the
<form>
tag instead of a normal<div>
like the other forms (package, group). This is used to submit a new vocab with the "Submit" key on the keyboard. Using a<form>
might reload the whole page resulting in closing the guideThe text was updated successfully, but these errors were encountered: