Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AccordionTab cannot be rendered conditionally #1992

Closed
WebExp0528 opened this issue Apr 27, 2021 · 1 comment
Closed

AccordionTab cannot be rendered conditionally #1992

WebExp0528 opened this issue Apr 27, 2021 · 1 comment
Assignees
Labels
Type: Bug Issue contains a defect related to a specific component.
Milestone

Comments

@WebExp0528
Copy link

WebExp0528 commented Apr 27, 2021

<Accordion>
    {isShow && (
            <AccordionTab headerTemplate=''>
              ....
            </AccordionTab>
     )}
</Accordion>
@mertsincan mertsincan changed the title How to render AccordionTab conditionally? AccordionTab cannot be rendered conditionally May 1, 2021
@mertsincan mertsincan self-assigned this May 1, 2021
@mertsincan mertsincan added the Type: Bug Issue contains a defect related to a specific component. label May 1, 2021
@mertsincan mertsincan added this to the 6.3.2 milestone May 1, 2021
@mertsincan
Copy link
Member

You can use your attached code with 6.3.2+.

Best Regards,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants