-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Component/s: Widget
-
None
-
1
-
Minor
Issue Summary
Adding long text in the field inside the widget causes the select list to not display properly. It relocates to the initial point, preventing the user from viewing and selecting options.
Steps to Reproduce
- Step 1: Create a widget that is using description and select list field in request form.
- Step 2: Add long text in the description field and try selecting options from select list.
Expected Results
It should display and allow the customer to select the options.
Actual Results
It is redirecting to initial pointing and not letting the customer to view and select the options.
Workaround
Please rearrange the request form so that select list field appear after Summary and before Description. This order should allow you to select the options first and avoid the current issue.