Skip to content

Allow selection of any term in the DatasetPreview component#65

Open
arteymix wants to merge 2 commits into
masterfrom
feature-allow-selection-of-any-term
Open

Allow selection of any term in the DatasetPreview component#65
arteymix wants to merge 2 commits into
masterfrom
feature-allow-selection-of-any-term

Conversation

@arteymix
Copy link
Copy Markdown
Collaborator

@arteymix arteymix commented Sep 7, 2023

Unselecting a term is also implemented.

Fixes #64 and #62

@arteymix arteymix added this to the 0.4.2 milestone Sep 7, 2023
@arteymix arteymix changed the title Feature allow selection of any term Allow selection of any term in the DatasetPreview component Sep 7, 2023
Comment thread src/views/Browser.vue
:available-annotations="datasetsAnnotations"
@chip-clicked="handleChipClicked"></DatasetPreview>
@annotation-selected="selectTerm"
@annotation-unselected="unselectTerm"/>
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Alternatively, one could use add a sync prop, bind it to searchSettings.annotations and let the component alter the selection itself.

@arteymix arteymix modified the milestones: 0.4.2, 0.4.3 Sep 22, 2023
@arteymix arteymix modified the milestones: 0.4.3, 0.4.5 Jan 27, 2024
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.

Allow selecting terms that are not proposed as option

1 participant