Support Article
Autocomplete does not display Down arrow in Arabic locale
SA-106601
Summary
Autocomplete does not display the Down arrow despite enabling the 'Display as combo box' in the Arabic locale. This functions correctly in the English locale.

Error Messages
Not Applicable
Steps to Reproduce
- Configure an Autocomplete control with 'Display as Combo box' enabled.
- Change the Operator locale to Arabic.
Root Cause
The position of the Icon is set as Static when Arabic locale is provided the Document Object Model (DOM) structure changes and the alignment changes from right to left. Since the button is static, it is not positioned according to the DOM changes.
Resolution
Perform the following local-change:
Apply the below code in the UserWorkForm:
<style>
.combo-box button{
position : relative !important;
}
</style>
Published July 17, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.