Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-5356

AutoCompleteSettings.setShowListOnEmptyInput(true) is not working anymore

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 6.10.0
    • 6.12.0, 7.0.0-M1
    • wicket-extensions
    • 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'

      Attachments

        Activity

          People

            bitstorm Andrea Del Bene
            eloyar eloy arce
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: