Steps to reproduce:
- Open this sample.
- In the upper lookup of the left column, input a string that is at least three characters long.
Expected results:
The load indicator appears when search and load begin.
Current results:
The load indicator is not shown when search and load begin.
Additional information:
The loading indicator does not appear if both conditions are met:
- The Lookup has the
minSearchLength
defined; - Before input, the string length is less than
minSearchLength
. After input, the string length is equal to or larger thanminSearchLength
.
For instance, if theminSearchLength
is3
, the initial search string is empty, and the search string after input is three characters long, the loading indicator does not appear. However, the loading indicator appears if the three-letter string is appended with more characters. The same happens if characters are deleted as long as the input length is not lower than theminSearchLength
value.
In the sample above, the lower lookup of the left column does not have a definedminSearchLength
. The loading indicator will be shown correctly in any case.
Good Day,
Is there any update on a fix for this?
Hello,
I passed your question to my team. Unfortunately, we can't give you any ETA. We'll update this thread once we have any information to share.