Skip to content

Feature Request: Increase Customization Options for Accordion Behavior #5

@screwtape151

Description

@screwtape151

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions