We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Angular
v1.4.0
` <ix-drawer [fullHeight]="true" [closeOnClickOutside]="true" [show]="true"> <span>Some content of drawer</span> </ix-drawer>`
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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.
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.
The text was updated successfully, but these errors were encountered: