-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.1.X
-
Fix Version/s: 7.1.10 DXP FP13, 7.1.X
-
Component/s: Forms
-
Labels:
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Navigate to Content > Forms
- add a data provider as the following settings
Name:zipcloud URL:http://zipcloud.ibsnet.co.jp/api/search?zipcode={zipcode} INPUTS: Label zipcode Parameter zipcode Type Text Required enable OUTPUTS: Label prefecture Parameter $.results[0].address1 Type Text Label city Parameter $.results[0].address2 Type Text
- add a form named "Address"
- add 3 text fields named "Postal code", "Prefectures" and "City"
- save the form
- add a rule as the following settings
Condition: If "Postal code" "Is not empty" and "Prefectures" "Is empty" Actions: Do "Autofill" Form Data Provider "zipcloud" Data Provider's Input: zipcode "Postal code" Data Provider's Output: prefecture "Prefectures" city "City"
- add a form portlet to any page and set "Address" form
- input "1500000" to "Postal code" field
- make sure that "東京都" and "渋谷区"is auto filled to "Prefectures" and "City" field
- input "5300000" to "Postal code" field
Expected results:
"Prefectures" field remains with value "東京都", since it is not empty anymore.
Actual results:
"Prefectures" field value changes to "大阪府"
- fixes
-
LPS-98782 Autofill value persists after field is update with different autofill options
- Closed