Open neldivad opened 4 months ago
Suppose I have ['A', 'B', 'C']. I want to make ['B', 'B', 'C', 'C', 'A'].
Is there a way to do it?
That cannot be done with streamlit-sortables. You might consider using another component or a different method to duplicate the items.
Suppose I have ['A', 'B', 'C']. I want to make ['B', 'B', 'C', 'C', 'A'].
Is there a way to do it?