michael-s-molina commented on pull request #18981:
URL: https://github.com/apache/superset/pull/18981#issuecomment-1055696835
@codemaster08240328 Thanks for looking into this. We can't fix this problem
using `fetchOnlyOnSearch` because we intend to keep the behavior of opening a
Select and scrolling through its options without typing anything. To fix this
we need to investigate why that particular text was not retrieved from the
server-side. If instead of setting `fetchOnlyOnSearch` you simulate a page size
smaller than the total results like pageSize={10} you can see the requests
fired to the server with the typed text. The only case where we won't fire a
request to the server is if all the options are already loaded on the
client-side.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]