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

Feature Request: Option to preserve hidden conditional field values #1349

Open
couhajjou opened this issue Nov 8, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@couhajjou
Copy link

Currently, when changing a select field that controls conditional fields, any values in the hidden fields are erased when switching back and forth between options.

Current behavior:

  1. Field A is visible when select value is "option1"
  2. User fills Field A with data
  3. User changes select to "option2" (Field A becomes hidden)
  4. User changes select back to "option1"
  5. Field A is empty - previous data is lost

Desired behavior:
Option to preserve field values when they become hidden due to conditional logic, similar to how some other CMS handle this

Use case:
When editing content, users might need to switch between options to compare or review different configurations without losing their work in progress. Currently, they have to re-enter all data if they switch back.

@emmatown emmatown added the enhancement New feature or request label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants