rjkip / monday-bug-inverse-checkbox-selection

Reproduction app and steps for inverse checkbox selection bug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inverse checkbox selection bug

Reproduction steps

  1. npm install && npm run
  2. Go to monday Developer Centre
  3. Create a new monday app, name it Inverse checkbox selection
  4. Create a new feature
  5. Select Board View, Next, Start from scratch, Create
  6. Name it Inverse checkbox selection
  7. Add a new build: http://localhost:3000
  8. Go to View Setup and add a Multiple selection field
  9. Add the following options
    • Text: A, Value: A
    • Text: B, Value: B
    • Text: C, Value: C
    • Deselect Required for onboarding
    • Click Done, Save Feature
  10. Go to a monday board and install the newly created board view feature
  11. Open the board's settings
  12. Check option C

Expected result

  1. Option C is checked

Actual result

  1. Option A and B are checked

Why is fixing this bug important to me?

I want the user to be able to select from a list of countries. Multiple selection is the only option for such a setting. If the user clicks one country, and monday checks all other countries, that's a horrible experience having to uncheck them all.

About

Reproduction app and steps for inverse checkbox selection bug


Languages

Language:JavaScript 41.9%Language:HTML 37.7%Language:CSS 20.4%