I am looking forward to this development.
When is the release scheduled?
The GraphQL Admin API version for my Remix-based app is currently set to 2024-04, which will no longer be supported after April 1, 2025.
To update the GraphQL Admin API to version 2024-07, it will be necessary to use App Bridge v4. However, App Bridge v4 no longer supports the unstable picker component.
I am currently using the unstable picker for customer retrieval. Therefore, if the release is scheduled after April 2025, I will need to create a custom alternative for the unstable picker.
I’ve developed a replacement for the unstable picker myself. However, I would like to use the features under development once you are released. Thank you.
We recommend filtering down the resources you provide to the picker so users don’t have to select from such a large number of items. We don’t currently support onLoadMore functionality but are considering it as an enhancement in the future.
How would you recommend “filtering down the resources” to replicate the example customer picker in the discount components example, which uses unstable_picker / onLoad?
The picker doesn’t have any options to handle events, so there’s no way to take the search query from the picker and use that to filter a list provided to the component… unless I’m missing something?