Display Select custom value as first option instead of last

Hey :wave:

So I have a Select component that allows for custom values. The custom value is always listed last in the list of options. My select component can have up to 30 options, and when that is the case, the user has to scroll down through the options to see the custom value. Would it be possible to have an option to list it first rather than last?

You could add the Options manually...Otherwise if the select component is populated with data from a query you would need a transformer to take the custom option and add it to the beginning of the array - in other words it can be done.

1 Like

Thanks, @ScottR! I think the transformer route might be a good one as the other options are dynamically populated from a query. Appreciate the suggestion :slight_smile:

1 Like