-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 CE GA1
-
Fix Version/s: 7.0.0 CE GA1
-
Component/s: Dynamic Data Mapping, Dynamic Data Mapping > Form Builder
-
Labels:
-
Story Points:1
-
Fix Priority:4
-
Sprint:Sprint 13: Mar, 21 - Apr, 01
-
Git Pull Request:
- Create a form with 5 (can be more or less, 5 for illustration purposes) fields the first being a select field, the others being text fields.
- Make one select option
- Set the visibility expression for the 3 following text fields to a select option. (ie. equals(selectFieldName, "optionName"))
- Do not set the visibility of the 4th select option.
- Load the form in the Forms portlet, do not use the select box.
- Only the 4th text box should appear, but there is a lot of white-space in between the select box and text field.
- Inspection of the page reveals that there are several div elements in the form where the hidden fields should be that are displaying nothing.