Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1664

Chosenbox input value may discard while typing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.5.2
    • 6.5.1
    • Components
    • None

      http://screencast.com/t/vIe4Ydjj0k

          <zscript><![CDATA[
              ArrayList list = new ArrayList();
              for (int i = 0; i < 100; i++) {
              	list.add("row " + i);
              }
              ListSubModel model = ListModels.toListSubModel(new ListModelList(list));
              ]]></zscript>
          <chosenbox id="lbxThree" width="300px"
              model="${model}"         emptyMessage=" Please select some items."
              noResultsText=" No such item - {0} - and it is already in the model."
              createMessage=" No such item -{0} - but it is not in model either, you can try to create it.">
          </chosenbox>
      

            vincentjian vincentjian
            samchuang samchuang
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: