Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Customising the CMS /

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Searchable DropdownField < 23 Items


Go to End


738 Views

Avatar
Speak

Community Member, 3 Posts

6 February 2014 at 5:38am

Hello,

I am trying to implement a searchable drop down in SS 3.1.

After testing, it turns out this automatically occurs when implementing a DropdownField after 23 items are being displayed.

I would like to be able to activate this at my own discretion, but cannot find anything to override in the DropdownField class.

I tried using a TreeDropdownField but I cannot implement a hierarchy with my solution.

Thank you.