Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    combobox item style

    Is there any way to have the combo box not show the dropdown arrow? I want to use the filter functionality of it to try to mimic a search field like google search.

    #2
    You can do this by just setting showPickerIcon:false. You may need to adjust the textBoxStyle as well, as in some skins this would leave one side of the text box with no border.
    Last edited by Isomorphic; 22 Dec 2010, 14:10.

    Comment


      #3
      Great "showPickerIcon" works. Also, would I be able to force the dropdown result to show as soon as the user starts typing?
      Last edited by acarur01; 22 Dec 2010, 13:50.

      Comment


        #4
        You should be seeing it show as soon as user briefly hesitates while typing, and you can control the delay - see pickList.fetchDelay.

        Comment


          #5
          Ok thanks. I will try that.

          Comment

          Working...
          X