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

visible: false does not work proper way in conditional styles #96

Closed
CyberDex opened this issue Aug 28, 2023 · 0 comments
Closed

visible: false does not work proper way in conditional styles #96

CyberDex opened this issue Aug 28, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@CyberDex
Copy link
Member

CyberDex commented Aug 28, 2023

When resizes from landscape to portrait, fields does not override landscape values.

styles: {
    landscape: {
        visible: true,
    },
    portrait: {
        visible: false,
    },
}
@CyberDex CyberDex added the bug Something isn't working label Aug 28, 2023
@CyberDex CyberDex closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant