-
Notifications
You must be signed in to change notification settings - Fork 275
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
Add SetFilterText and SetFilterState #335
Conversation
thanks for the tests (both manual and programmatic) @k-x7 ! |
@caarlos0 / @maaslalani any chance I could get this revisited? |
This implementation does not set the
|
Hey, |
also interested in this one :/ anything that can be done to get this merged? |
Nearing the 1 year anniversary of my last bump request :) Does the second approval mean we're closer to a merge? |
thanks @taigrr , sorry for the delay merging this ❤️ |
Awesome. No worries, I know y'all are busy and this adds exported functionality to the API, it should be vetted thoroughly :) |
Thanks for your patience with this one @taigrr ❤️ |
Currently, there's no way to allow a developer to prefill a list filter reliably. A workaround of using Program.Send works, but is limiting.
This PR introduces two new functions, SetFilterText and SetFilterState which fix this issue and allow for finer control over the list's initial filter state.
Willing to make whatever style changes etc. are required.