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

Visibility toggle of display blocks removes value from state. #1521

Open
Gervwyk opened this issue Mar 8, 2023 · 0 comments
Open

Visibility toggle of display blocks removes value from state. #1521

Gervwyk opened this issue Mar 8, 2023 · 0 comments
Labels
Bug Something isn't working

Comments

@Gervwyk
Copy link
Member

Gervwyk commented Mar 8, 2023

Describe the bug

Visibility toggle of display blocks removes value from state.

To Reproduce

id: page
type: Box
events:
  onMount: 
   - id: set_state
     type: SetState
     params:
       status: Active
blocks:
   - id: status
     type: Button
     visible: false

If this does not reproduce, try when toggling the visibility field.
status value does not show up in state.

Lowdefy Version

Version 4.0.0-rc.0

@Gervwyk Gervwyk added the Bug Something isn't working label Mar 8, 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

No branches or pull requests

1 participant