-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Choose action select now correctly searches labels #1126
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1126 +/- ##
=======================================
Coverage 96.26% 96.26%
=======================================
Files 636 636
Lines 8087 8087
=======================================
Hits 7785 7785
Misses 302 302 Continue to review full report at Codecov.
|
Thank you for your work 🙂 |
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 job, but I had the same problem with the trigger selector, do we do this here or in another PR?
My suggestion would be to merge this for now if it's ok (as this is the select that was raised a couple of times). I'll take a look at wrapping |
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.
Looks good to me! Amazing work 🙂
Pull Request check-list
npm test
on both front/server)npm run eslint
on both front/server)npm run prettier
on both front/server)npm run compare-translations
on front)front/src/config/demo.json
) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.Description of change
The select box is currently filtering on
value
part of the option which causes some results to be missed when searching/filtering the list.Fixes #1123
Fixes #1094