Details
-
Improvement
-
Resolution: Done
-
Neutral
-
None
-
None
-
None
-
Empty show more show less
-
Yes
-
Yes
Description
Steps to reproduce
form: properties: name: $type: compositeField properties: name: $type: textField actions: commit: class: my.custom.action
- Use the form above.
- Call FormView#getPropertyName from the action.
Expected results
I can retrieve the name field value as this is still a simple use case.
Actual results
I can't access the field value, moreover FormView#getPropertyNames implemented by the same interface returns this field name.
Workaround
Avoid the complex field and add the field to the top of the form.
Development notes
Checklists
Acceptance criteria