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
For example panelClass in CDK overlay accepts string or string[] while you accept only string.
panelClass
string
string[]
Less API type options than CDK
None...
Allowing more control which is already implemented in types
Latest
Not only panel class but other properties too.
The text was updated successfully, but these errors were encountered:
enhance(lightbox): Allow multiple classes on panelClass config, clo…
0abc6bd
…eses #541
@MurhafSousli adding that: backdropClass - can be string[] too
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What is the expected behavior?
For example
panelClass
in CDK overlay acceptsstring
orstring[]
while you accept onlystring
.What is the current behavior?
Less API type options than CDK
What are the steps to reproduce?
None...
What is the use-case or motivation for changing an existing behavior?
Allowing more control which is already implemented in types
Which versions are you using for the following packages?
Latest
Is there anything else we should know?
Not only panel class but other properties too.
The text was updated successfully, but these errors were encountered: