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

Drawer is not shown if initialized with [show]=true #647

Closed
katjaKoppensteiner opened this issue Jul 21, 2023 · 0 comments · Fixed by #652
Closed

Drawer is not shown if initialized with [show]=true #647

katjaKoppensteiner opened this issue Jul 21, 2023 · 0 comments · Fixed by #652
Labels
type: bug Something isn't working

Comments

@katjaKoppensteiner
Copy link
Collaborator

What happened?

I want to show the drawer per default opened and i used the following lines of code:

<ix-drawer [fullHeight]="true" [closeOnClickOutside]="true" [show]="true"> <span>Some content of drawer</span> </ix-drawer>

the drawer has still display: none; set, if I use the toggle button and initialize it with [show]=false everything works as expected.

image

What type of frontend frameware are you seeing the problem on?

Angular

Which version of iX do you use?

v1.4.0

Code to produce this issue.

`    <ix-drawer [fullHeight]="true" [closeOnClickOutside]="true" [show]="true">
      <span>Some content of drawer</span>
    </ix-drawer>`
@katjaKoppensteiner katjaKoppensteiner added the triage We discuss this topic in our internal weekly label Jul 21, 2023
@danielleroux danielleroux added type: bug Something isn't working and removed triage We discuss this topic in our internal weekly labels Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants