-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X
-
Fix Version/s: 7.1.10 DXP FP15, 7.1.X
-
Component/s: Forms
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
- Go to Site's Content > Forms;
- Click to add a form with following fields:
- Text;
- Select from List:
- Add at least two manual options. For the sake of this verification, let's say: Option 1 and Option 2;
- Select Option 1 as predefined value;
- Go to the Rules tab and click to add the following rule:
- If Field [text] is equal to Value [test] Enable [select], AND Show [select];
- Go back to the Builder tab and click on "Preview Form";
- Type "test" in the text field and assert that the select field is now visible with the predefined value of "Option 1" and the other value is loaded in the drop down;
- Erase the text from the text field and assert that the select field is now not visible;
- Type again "test" and assert that the select field is now visible again.
Expected behavior:
The options should be correctly rendered as they were on step 5.
Actual behavior:
No option is selected as predefined and when you click to view the options available, there's only one option with the value ["Option1"].