gustafl / lexeme

A new take on language learning.
1 stars 0 forks source link

Form doesn't reset when new selection is made #55

Closed gustafl closed 8 years ago

gustafl commented 8 years ago

When you select a word, then select a lexical category, then select another word without saving, the following should happen:

  1. The lexical category selection should reset.
  2. The data-selected attribute on<fieldset id="lexical-category"> should be set to no.
  3. The <div id="fieldsets"> element should be emptied.
  4. The unsavedChanges global should be set to false.
gustafl commented 8 years ago

Done.