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

Editing a field value is not possible when that field is bound to a parent data (workaround: edit the root parent data directly) #137

Open
HFolkertH opened this issue Feb 10, 2023 · 1 comment

Comments

@HFolkertH
Copy link

image

I can not delete the current value of this date fiels and also can not reset it with the default value.

@renaudpawlak
Copy link
Contributor

Ok, that a more general issue. It's because your date field is bound to the parent. You need to go to the top-level parent to set a default value in the root object. In general default values will not work if your data is bound to the parent. Also, when your data is bound, you cannot edit it. Same here. You need to go to the component holding the root data (maybe a container or a data source) and delete it there.

I know, this is very counter-intuitive, so, I will keep this issue open in order to fix it (probably by supporting default values even if bound to parent).

@renaudpawlak renaudpawlak changed the title reset of date value does not work Editing a field value is not possible when that field is bound to a parent data (workaround: edit the root parent data directly) Mar 8, 2023
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

2 participants