You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not necessarily saying that I'm against adding this, but I want to clarify that "coz it'll panic" is not a good enough reason for adding this. As explained in the previous issue, it panics because of a race condition that that has very likely been fixed on the develop branch for 2.6.
Jacalz
changed the title
add Insert method to Accordion
Add Insert method to Accordion
Jan 16, 2025
Checklist
Is your feature request related to a problem?
I'm frustrated to manipulate Items field directly, 'coz it'll panic.
Is it possible to construct a solution with the existing API?
None works for me now.
Describe the solution you'd like to see.
func (a *Accordion) Insert(index int, item *AccordionItem)
The text was updated successfully, but these errors were encountered: