You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In useReferenceInputController, I can pass options to query that fetches possible values, but not to the query that fetches current value.
Describe the solution you'd like
I need a queryOptions prop to be added to useReferenceInputController and ReferenceInput for request that fetches current value.
Additional context
The text was updated successfully, but these errors were encountered:
ethembynkr
changed the title
I need the queryOptions prop for request that fetches the current value in useReferenceInputController.
I need a queryOptions prop to be added to useReferenceInputController for request that fetches current value.
Aug 17, 2023
ethembynkr
changed the title
I need a queryOptions prop to be added to useReferenceInputController for request that fetches current value.
I need a queryOptions prop to be added to useReferenceInputController and ReferenceInput for request that fetches current value.
Aug 18, 2023
We know that the queryOptions is only passed to one of the two queries. But we've wondered if passing the same options to the two queries would be a good idea. For once, the types aren't the same, so TypeScript complains. But mostly, I don't see any use case for this - we're already passing meta to the two queries.
Is your feature request related to a problem? Please describe.
In useReferenceInputController, I can pass options to query that fetches possible values, but not to the query that fetches current value.
Describe the solution you'd like
I need a queryOptions prop to be added to useReferenceInputController and ReferenceInput for request that fetches current value.
Additional context

The text was updated successfully, but these errors were encountered: