[Feature Request]Collapsible segments #1621
-
Like the subject is a collapsible segment would be great with a plus as icon or something to hide or show something within the segment |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Does accordion not satisfy your usecase? |
Beta Was this translation helpful? Give feedback.
-
I thought and tried it too but then the other "sections" will be closed. My usecase is to open or close another section which will not close the other ones |
Beta Was this translation helpful? Give feedback.
-
For such usecase, it is required to configure $('.ui.accordion').accordion({
exclusive: false
}); Other settings can be found in https://fomantic-ui.com/modules/accordion.html#/settings |
Beta Was this translation helpful? Give feedback.
-
Here is a working jsfiddle according to your needs using the |
Beta Was this translation helpful? Give feedback.
-
Closing because solutions with existing fomantic features are available and provided |
Beta Was this translation helpful? Give feedback.
Does accordion not satisfy your usecase?
https://fomantic-ui.com/modules/accordion.html