SfCombobox FlowDirection not working with android

Platform: Android
Android version: 9
Syncfusion version: 18.1.0.53

Here my code:

var cbRight = new SfCombobox();
cbRight.FlowDirection = FlowDirection.RightToLeft;
cbRight.DropDownButtonSettings = settingRight;
cbRight.DataSource = ListSourceRight;
cbRight.ItemTemplate = new DataTemplate(typeof(ComboboxItemTemplate));

//settingRight is my DropdownIconSetting. It using font icon.
It not working with Android. IOS work well.

1 Reply

RS Ramya Soundar Rajan Syncfusion Team June 1, 2020 12:26 PM UTC

Hi Nguyen, 
 
Greetings from Syncfusion. 
 
We have prepared the SfComboBox sample with DropDownButtonSettings and set the FlowDirection as RightToLeft. We found the difference is icon's flow direction only. Please refer the below screenshot for this. 
 
Screenshot: 
 
 

Can you please confirm us whether the reported issue is same as the above screen shot and if the issue is different from this , can you please share the detailed information about the issue such as pictorial representation or video  and modify the provided sample based on the issue or provide sample.This will be helpful for us to provide the better solution at earliest. 
 
Regards, 
Ramya S 


Loader.
Up arrow icon