-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Introduction
Currently, the FAQ page only allows for one accordion item to be open at a time. While this is functional, there may be use cases where users want to have multiple items expanded simultaneously for ease of access to information.
Proposed Feature
I propose adding an option for users to choose between the current behavior (single item open) and a new behavior that allows multiple items to be expanded at once. This could be implemented via a toggle switch in the settings or a configuration option when initializing the accordion functionality.
Benefits
- User Flexibility: Users can choose their preferred method for interacting with the FAQ content.
- Improved UX: In scenarios where users are looking for relevant information across multiple questions, having the ability to expand more than one item may enhance their experience.
Implementation Suggestions
- Introduce a configuration parameter (e.g.,
allowMultipleOpen) that can be set to true or false. - Modify the JavaScript event listeners to respect this new configuration when toggling accordion items.
Conclusion
This feature would provide users with greater flexibility in accessing the FAQ content and could improve the overall usability of the page.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels