layout icon indicating copy to clipboard operation
layout copied to clipboard

visible: false does not work proper way in conditional styles

Open CyberDex opened this issue 1 year ago • 0 comments

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

styles: {
    landscape: {
        visible: true,
    },
    portrait: {
        visible: false,
    },
}

CyberDex avatar Oct 20 '23 19:10 CyberDex