-
Notifications
You must be signed in to change notification settings - Fork 377
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
refactor: Migrate Demo Search to use FluentAutocomplete #1599
Conversation
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.
I found this new bindable property ValueText
very interesting. Thanks.
Could you add new Unit Tests to validate this change?
Could you update your PR description to be more explicit? Adding this new property, adding a screenshot/gif (e.g. this app of the visual result, ...
I've got some unit tests to write - however the rest should be good to go |
Sorry - been a bit busy. Going to find some time to write these tests :) |
* refactor: Migrate Demo Search to use FluentAutocomplete * refactor: Code review comments * fix: Revert breaking change for now * test: ValueText & ValueTextChanged * fix: regenerate * test: Overlay on clear behaviours * fix: random IDs being generated in test * fix: valuetext as well --------- Co-authored-by: Vincent Baaij <[email protected]>
Pull Request
📖 Description
Figure: Default state
Figure: Keyboard navigable menu
Figure: Clears & navigates on enter press OR click
🎫 Issues
👩💻 Reviewer Notes
📑 Test Plan
✅ Checklist
General
Component-specific
⏭ Next Steps