Is there any way to do this? I have a growing list of keywords in an option set list that appear in a couple different multi-dropdown inputs throughout my app. For ease of use, I’d like them to be alphabetized. Doing this manually in the database is becoming cumbersome, given how many keywords there are and also the fact that reordering items in this view is buggy. But it doesn’t look like there’s a way to sort the options in the multi-dropdown without switching the type to text, which breaks a lot of other logic I don’t particularly feel like rehashing.
Am I missing a simple way to do this?
Thanks!