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

feature: SmartNodeSelector active selection for stating tag as completed #795

Open
jorgenherje opened this issue Nov 4, 2024 · 0 comments

Comments

@jorgenherje
Copy link
Collaborator

As of now the component triggers onChange with selectedNode as soon as a tag input matches a node (or nodes when using wildcard). This can the trigger unwanted selections, e.g. stating a valid selection before a the wanted tag is actually finalized.

Consider adding functionality (e.g. pushing enter) to ensure actively selection of a tag.


Example of use case:

If the component is used to actively select based on selected nodes, the SmartNodeSelector will provide onChange with selectedNodes-array as long as tags matches one or more nodes. This is most common if the user writes tags character by character. E.g. "TEST:TEST1" and "TEST:TEST12" can give issues, as user might want to write "TEST:TEST12", but onChange with tag "TEST:TEST1" will be triggered before the user is finished writing wanted tag.

Thereby the user looses control of actively selecting tags when using the selector for updating/selecting nodes.

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