Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjkip/monday-bug-inverse-checkbox-selection
Reproduction app and steps for inverse checkbox selection bug
https://github.com/rjkip/monday-bug-inverse-checkbox-selection
Last synced: 2 days ago
JSON representation
Reproduction app and steps for inverse checkbox selection bug
- Host: GitHub
- URL: https://github.com/rjkip/monday-bug-inverse-checkbox-selection
- Owner: rjkip
- Created: 2024-04-12T02:39:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T02:40:08.000Z (10 months ago)
- Last Synced: 2024-11-28T15:36:03.596Z (2 months ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inverse checkbox selection bug
## Reproduction steps
1. `npm install && npm run`
1. Go to monday Developer Centre
1. Create a new monday app, name it _Inverse checkbox selection_
1. Create a new feature
1. Select _Board View_, _Next_, _Start from scratch_, _Create_
1. Name it _Inverse checkbox selection_
1. Add a new build: `http://localhost:3000`
1. Go to _View Setup_ and add a _Multiple selection_ field
1. Add the following options
- Text: A, Value: A
- Text: B, Value: B
- Text: C, Value: C
- Deselect _Required for onboarding_
- Click _Done_, _Save Feature_
1. Go to a monday board and install the newly created board view feature
1. Open the board's settings
1. 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.