Search/filter functionality of selection dropdowns
added search/filter functionality to selection dropdowns in following pages:
- Chain state storage and constants
- RPC calls
- Runtime calls
- Extrinsics
I often found myself missing this small feature, and it seems I'm not alone. It enhances usability by allowing users to find pallets and methods more quickly.
Resolves #8194
Hi @jacogr, looking forward to your feedback when convenient. Thanks!
Hi @jacogr is it possible to look at this ? It is great feature. Thank you
I'll have a look at it today. Thanks for the patience
hey @TarikGul I really appreciate your time :)
So far it looks really great, thanks for the addition: Just 2 things:
-
Could you pull in master and push back up so that the CI will run.
-
Could you post a picture of the functionality in the action.
Sure, thanks! I've updated it and here are the screenshots:
Looks like the build is complaining. At first look:
Type '(filteredOptions: KeyringSectionOptions, _query: string) => DropdownItemProps[]' is not assignable to type 'boolean | ((options: DropdownItemProps[], value: string) => DropdownItemProps[]) | undefined'.
Thanks so much for the contribution.
You're welcome, glad to contribute!
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.