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

feat: #tno-2100 - show checkboxes for advanced search #1428

Merged
merged 5 commits into from
Jan 18, 2024

Conversation

kylgarmor
Copy link
Contributor

  • created check box display for all sections that previously display select boxes
  • added ability to swap between check box and select
  • select between checkbox and select is stored in a cookie
  • update tno core to 0.1.16

@kylgarmor kylgarmor added enhancement New feature or request subscriber PR contains changes towards the subscriber application, tno-core update Indicates that there have been changes to our tno-core package, which can pose concurrency issues. labels Jan 18, 2024
@kylgarmor kylgarmor self-assigned this Jan 18, 2024
Deselect All
</Button>
</div>
{seriesOptions.map((item, index) => (
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note regarding using index for they key in many of your implementations. This is generally not a reliable key and should only be used when it's the only option. However, there are safe use-cases for it. I don't know whether these are safe or not.

- fixed key issue
- removed commented out code
- fixed key issue
- removed commented out code
@Fosol Fosol merged commit 2b36d8a into bcgov:dev Jan 18, 2024
2 checks passed
@kylgarmor kylgarmor deleted the tno-2100 branch January 18, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request subscriber PR contains changes towards the subscriber application, tno-core update Indicates that there have been changes to our tno-core package, which can pose concurrency issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants