Hide drop down list

  1. #1

    Hide drop down list

    Is it possible to Hide the drop down list of a combo box? and that I can identify the elements when writing, is that possible?

    thanks!
  2. #2
    Hello @JCarlosF!

    You cannot remove the combo box options without extending/overriding the component. That said, yes, it is possible to hide the trigger, but the problem then is, once you disable the dropdown, I'm not sure how you could identify the elements you are typing.

    You could instead keep the dropdown but show only matching entries to what was partially typed in the combo box? If interested in this, check the Form > ComboBox > Ajax Linked Combos example, the second combo allows you to type the first characters of the chosen country's city to trim down the dropdown results.

    This other example hides the trigger button, but also uses a custom picker to show the filter you entered, so it is a little more complicated: Form > ComboBox > Custom Search

    Does some of these options help with the scenario you want to cover? You may consider looking up other combo box examples from the examples linked above; you may find something that really does it the way you need.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Add Items to Drop Down List
    By csaini in forum 3.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 10, 2016, 12:24 AM
  2. Replies: 0
    Last Post: May 09, 2014, 2:58 PM
  3. Replies: 4
    Last Post: Jun 11, 2012, 4:27 PM
  4. Not working: filter search, drop-down list
    By andersgunnare in forum 1.x Help
    Replies: 4
    Last Post: Jun 07, 2011, 6:45 PM
  5. [CLOSED] [1.0] Custom Drop Down List Example
    By Ben in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 27, 2010, 11:20 AM

Posting Permissions