I see there is a Sortable interface that allows to sort items by date. Is there something equivalent to sort items in the SelectRepeater ? From the generated code I see the content of the select is extracted from a map[string]string, hence the random order.
In term of usability, I think it would be better to be able to sort the content one way or another - or at least make the order stable.
I see there is a
Sortableinterface that allows to sort items by date. Is there something equivalent to sort items in the SelectRepeater ? From the generated code I see the content of the select is extracted from amap[string]string, hence the random order.In term of usability, I think it would be better to be able to sort the content one way or another - or at least make the order stable.