eloy arce created WICKET-5356:
---------------------------------

             Summary: AutoCompleteSettings.setShowListOnEmptyInput(true) is not 
working anymore
                 Key: WICKET-5356
                 URL: https://issues.apache.org/jira/browse/WICKET-5356
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 6.10.0
         Environment: All
            Reporter: eloy arce
            Priority: Minor


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' 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to