HPE Morpheus Enterprise
1834456 Members
2920 Online
110067 Solutions
New Discussion

Big dropdown list needs a search filter in input field

 
SOLVED
Go to solution
Not applicable

Big dropdown list needs a search filter in input field

I am working on creating a list of all Product tiers using REST API from another internal site. I am able to populate the sorted values, but it is resulting more than 1000 values. Could you please let me know if there is a way to type in a autocomplete search filter to look for the right product instead of scrolling through the list of all products. Or at least another field to act as a dependent text which will trim down the list of dropdown as and when we type something. Please advise.

5 REPLIES 5
tyboyd
Trusted Contributor
Solution

Re: Big dropdown list needs a search filter in input field

Yes on the form/input you should set the “type” to “Typeahead”

This will give you what you are looking for.

tyboyd
Trusted Contributor

Re: Big dropdown list needs a search filter in input field

There is a option to set a default value but unfortunately it is not customizable on a per-user basis.

47a0288376c1c78d3576610382bdf8707a655f74.png

Not applicable

Re: Big dropdown list needs a search filter in input field

Got it, Can we embed any “Cypher.read” values or any other Morpheus variables.

Not applicable

Re: Big dropdown list needs a search filter in input field

Thank you. This is exactly, what I was looking for.
Additionally can we preserve this dropdown value for single user to remain default for all his future server provision.

cbunge
HPE Pro

Re: Big dropdown list needs a search filter in input field

Additionally, you can set dependencies that filter your lists. There are a few examples in the forums as well as the documentation webpage. How you work with dependencies will be impacted by forms vs traditional inputs, types of Option list, etc.