-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.10.0
-
Component/s: wicket-extensions
-
Labels:None
-
Environment:All
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'