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

PropertyFieldCollectionData field defaultValue is undefined when set "isVisible: () => false" #612

Open
1 of 3 tasks
vishalshitole opened this issue Apr 8, 2024 · 0 comments

Comments

@vishalshitole
Copy link

Category

  • Enhancement
  • Bug
  • Question

Version

Please specify what version of the library you are using: [ 3.16.0 ]

Question

How do I set the "isVisible" property of one of the field in PropertyFieldCollectionData?

Observed Behavior

When I set the field property isVisible to false to hide it from the collection grid, its defaultValue is undefined. However, when isVisible is not set to false, defaultValue gets set to expected value. Eve when "disable" property is set to true.

Steps to Reproduce

My field in the PropertyFieldCollectionData looks like below.

image

Am I doing anything wrong here? Please suggest.

Thanks!

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

No branches or pull requests

1 participant