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

Switchable widget set/get sub-fields or values. #151

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

YooSunYoung
Copy link
Member

Switchable fields will be always a dictionary that has either

{
  'enabled': True/False,
  **subfields
}

or

{
  'enabled': True/False,
  'value': value
}

Latter case is when wrapped only returns a single value without any field name.

@YooSunYoung YooSunYoung merged commit eca46f7 into handle-value-setter Dec 12, 2024
1 check passed
@YooSunYoung YooSunYoung deleted the switchable-fields branch December 12, 2024 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant