-
Notifications
You must be signed in to change notification settings - Fork 8
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
Apply filters in Node Finder on enter #2917
Apply filters in Node Finder on enter #2917
Conversation
Please attach a video of the change |
packages/playground/src/components/filters/TfFiltersContainer.vue
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch @MohamedElmdary , lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when i toggle gpu and press enter filter isnt applied
https://www.loom.com/share/b9ebddf09b78483284485fd0606daf50?sid=65474f3e-4857-458d-85cb-8bc841021735
nice catch !! |
@zaelgohary after checking @amiraabouhadid comment I notice that using <VForm :disabled="loading" v-show="!collapsible || filterOpened" @keyup.enter="!valid || !changed ? undefined : apply()"> |
…grid-sdk-ts into development_2.6_filter_node_on_enter
Description
Related Issues
Checklist