Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
6.10.0
-
None
-
All
Description
With the introduction of the MinInputLength setting, the ShowListOnEmptyInput is not working anymore, unless you set MinInputLength to a negative value (but then you can't use MinInputLength).
I think it's becuase 'wicket-autocomplete.js' MinInputLength is cheked in the pre-conditions, and when Input is empty, 'Input.length' is always less than 'MinInputLength'