Skip to content

Conversation

@Ross-Sherlock
Copy link

First time contributor checklist:

Contributor checklist:

  • My contribution is not related to translations.
  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest main branch
  • A pnpm run ready run passes successfully (more about tests here)
  • My changes are ready to be shipped to users

Description

Fixes #7608 - Prevents deletion of an empty poll option when the user is still editing the option. Achieved by row deletion logic from onChange to onBlur.

Please write a summary of your test approach:

  • What kind of manual testing did you do?
    Manual testing
  • Did you write any new tests?
    No
  • What operating systems did you test with? (please use specific versions: http://whatsmyos.com/)
    macOS 10.15.7
  • What other devices did you test with? (other Desktop devices, Android, Android Simulator, iOS, iOS Simulator)
    None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Making a poll entry blank removes it even while editing

1 participant