We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the Autocomplete component, the loading combo box does not show up despite passing the correct value to the loading prop, see:
Autocomplete
loading
The loading combo box should appear before displaying the list of loaded options.
The combo box only appears once the options have loaded.
Observed this issue when working on this PR
/admin/payments/account
Note: The above gif includes the following code before return:
return
if (loading) console.log('LOADING', loading, value, data); else console.log('NOT LOADING', loading, value, data);
https://codesandbox.io/s/adoring-wescoff-ymzrc
a
z
true
The text was updated successfully, but these errors were encountered:
👋 Thanks for opening your first issue. A contributor should give feedback soon. If you haven’t already, please check out the contributing guidelines.
Sorry, something went wrong.
This issue has been inactive for 180 days and labeled with Icebox. It will be closed in 7 days if there is no further activity.
Icebox
No branches or pull requests
Issue summary
Using the
Autocomplete
component, the loading combo box does not show up despite passing the correct value to theloading
prop, see:Expected behavior
The loading combo box should appear before displaying the list of loaded options.
Actual behavior
The combo box only appears once the options have loaded.
Steps to reproduce the problem
Observed this issue when working on this PR
/admin/payments/account
Note: The above gif includes the following code before
return
:Reduced test case
https://codesandbox.io/s/adoring-wescoff-ymzrc
a
thenz
-> The options are loaded, then the spinner shows upz
->loading
is nowtrue
but the spinner does not show upSpecifications
The text was updated successfully, but these errors were encountered: