Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data Verification UI issue on picking cells #632

Open
Corbe30 opened this issue Nov 23, 2024 · 0 comments
Open

Data Verification UI issue on picking cells #632

Corbe30 opened this issue Nov 23, 2024 · 0 comments

Comments

@Corbe30
Copy link
Contributor

Corbe30 commented Nov 23, 2024

Describe the bug
Picking cells for drop down list in data verification sets the cell value for Cell Range instead of Verification Condition.

To Reproduce
Steps to reproduce the behavior:

  1. open data verification for cell A1
  2. In Verification Condition, select cells from UI
  3. Select cells B1:B6
  4. Cell Range updated from A1 to B1:B6

Expected behavior
Instead, Verification Condition range should have been updated

Screenshots
image

Additional context
The cell range is directly stored as array of cell's data in table.dataVerification[key].value1. It is a good idea to store the cell range in another variable as well. This information will be useful in exporting .xlsx files.

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

No branches or pull requests

1 participant