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 unresolved promise is returned by dataProvider (for example an async call over api to fetch suggestions), the loading component has missing top/left styles to position the loading component next to the carrot for the first character typed.
As a result the loading indicator is at the bottom of the textarea as per screenshot below:
When you start typing the next characters however it seems to correct itself and adds top/left styles to the loading component. So only first typed char has this problem.
The text was updated successfully, but these errors were encountered:
anton6
changed the title
Loading Component missing top/left style for first char
Loading Component missing top/left style for first typed char
Mar 23, 2021
When unresolved promise is returned by dataProvider (for example an async call over api to fetch suggestions), the loading component has missing top/left styles to position the loading component next to the carrot for the first character typed.
As a result the loading indicator is at the bottom of the textarea as per screenshot below:
When you start typing the next characters however it seems to correct itself and adds top/left styles to the loading component. So only first typed char has this problem.
The text was updated successfully, but these errors were encountered: