Open ievgennaida opened 7 months ago
Popover binding on opened property is ignored. Cannot change popover visibility programatically.
"dependencies": { "framework7": "^8.3.0", "framework7-svelte": "^8.3.0", "svelte": "^4.2.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^2.4.5", "vite": "^4.4.9" }
Steps to reproduce the behavior:
Popover respects opened propery change & binding.
Popover ignores opened property state.
Popover binding on opened property is ignored. Cannot change popover visibility programatically.
https://codesandbox.io/p/devbox/delicate-wind-86s7dx?file=%2Fsrc%2Fcomponents%2Fapp.svelte%3A2%2C26
Describe the bug
Popover binding on opened property is ignored. Cannot change popover visibility programatically.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Popover respects opened propery change & binding.
Actual Behavior
Popover ignores opened property state.