Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X, Master
-
7.1.x
-
Committed
-
3
Description
Steps to Reproduce:
- In Internet Explorer, Navigate to Content > Forms, click ellipses on top right, and select Data Providers.
- Create a Data Provider with the following information:
- Name: Default States
- URL: http://localhost:8080/api/jsonws/region/get-regions/countryId/19
- Username: [email protected]
- Password: [Password for [email protected]]
- Outputs:
- Label: States
- Path: regionCode
- Type: List
- Click Save.
- Navigate back to Forms and create a new Form.
- Add Element "Select from List".
- Configure the following for Form Field:
- Label: States
- Create List: From Data Provider
- Choose a Data Provider: Default States
- Choose Output Parameter: States
- Publish Form.
- Navigate to a Page and add Form to Page.
- Click on the drop down of the Form and enter a search string.
Expected Result: Elements in the list that contain the search string are displayed.
Actual Result: All elements in the list are displayed, regardless of whether or not they contain the search string - no results are filtered from the list.
Master: Reproduced. f24abe80870b4409151b7d738e32aa9170172e4a
7.1.x: Reproduced. f6598a3747f684040ee74145808e203dfc1bd3a6
7.0.x: Not Reproduced. Does not have search feature for drop down list in Data Provider.