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
When losing focus, a promise is executed (but there is no need as the box is closed and the field value is reset.)
Expected behavior
It would not be necessary to fulfill the promise when the input loses focus unless the checkbox is visible. I believe it would be more appropriate to fulfill the promise when the box is opened again (on focus entry instead of focus loss)
Desktop
Windows 11
Chrome
Version ^3.0.9
The text was updated successfully, but these errors were encountered:
Describe the bug
Async inputs are performing a fetch promise when focus out.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It would not be necessary to fulfill the promise when the input loses focus unless the checkbox is visible. I believe it would be more appropriate to fulfill the promise when the box is opened again (on focus entry instead of focus loss)
Desktop
The text was updated successfully, but these errors were encountered: