hoist-react icon indicating copy to clipboard operation
hoist-react copied to clipboard

Select's queryFn should have an option to fire without the user having to provide any input

Open febbraiod opened this issue 3 years ago • 0 comments

This is a nice-to-have for a large client app that is under construction. The previous iteration of said app has an inline editor that lazily loads its options when the select editor is opened (without the user have to provide any params).

I think we could just pre-populate the options as an acceptable workaround but we would not pick up any newly added options for the external service without a refresh.

febbraiod avatar Dec 01 '21 16:12 febbraiod