Can not typing Unicode (Telex keyboard - Vietnamese) in SfCombobox on iOS

This is my example code:

--------------------------------------------------------------------------------------------------
     <StackLayout VerticalOptions="Start" HorizontalOptions="Start" Padding="30">
        <Label Text="Entry typing Vietnamese (Telex unicode)"/>
        <Entry/>
        
        <BoxView HeightRequest="1" BackgroundColor="Gray"/>

        <combobox:SfComboBox HeightRequest="40" x:Name="comboBox" IsEditableMode="True">
            <combobox:SfComboBox.ComboBoxSource>
                <ListCollection:List x:TypeArguments="x:String">
                    <x:String>1920 x 1080</x:String>
                    <x:String>1680 x 1050</x:String>
                </ListCollection:List>
            </combobox:SfComboBox.ComboBoxSource>
        </combobox:SfComboBox>
    </StackLayout>
--------------------------------------------------------------------------------------------------

At Entry, I typing "AA" text will be become "Â" => Ok
At SfCombobox, I typing "AA" text will be becom "Aa" => Not ok (because Im using Telex keyboard)



Attachment: ComboBoxSampleUnicode_21a1ffbb.zip

5 Replies

SP Sakthivel Palaniyappan Syncfusion Team December 1, 2020 12:16 PM UTC

Hi Nguyen,

Greetings from Syncfusion

We have analyzed your query and we could able to reproduce the issue in iOS. We have logged the feature request for this and you can track the status of the feature from below link

Feedback portal:
https://www.syncfusion.com/feedback/20199/implement-telex-keyboard-vietnamese-support-in-sfcombobox

Please cast your vote to make it count. We will prioritize the features every release based on the demands and we do not have an immediate plan to implement this feature since we have committed with already planned work. So, this feature will be available in any of our upcoming releases.

If you have any more specifications/suggestions to the feature request, you can add it as a comment in the portal.

Regards,
Sakthivel P.
 



SS Suganya Sethuraman Syncfusion Team July 1, 2021 11:37 AM UTC

Hi Nguyen,

Sorry for the inconvenience.

We could not include this feature in Volume 2 release 2021. So, We have generated patch for the same version. please download the patch from the following location.

Please find the patch setup from below location: 
https://syncfusion.com/Installs/support/patch/19.2.0.44/1173619/F160201/SyncfusionPatch_19.2.0.44_1173619_7012021060357458_F160201.exe
 

(OR)

Please find the patch assemblies alone from below location:   
 
https://syncfusion.com/Installs/support/patch/19.2.0.44/1173619/F160201/SyncfusionPatch_19.2.0.44_1173619_7012021060357458_F160201.zip

(OR)

Please find the NuGet from below location:

https://syncfusion.com/Installs/support/patch/19.2.0.44/1173619/F160201/SyncfusionNuget_19.2.0.44_1173619_7012021060357458_F160201.zip

Assembly Version: 19.2.0.44

Disclaimer:

Please note that we have created this patch for version 19.2.0.44 specifically to resolve the following issue reported in this incident. If you have received other patches for the same version for other products, please apply all patches in the order received.

Note: Please clear the cache, before the apply the provided patch.
   
 
https://www.syncfusion.com/kb/6987/how-to-clear-nuget-cache

This feature will be included in our Volume 2 SP1, 2021 release, which is scheduled to be released at the end of July 2021.

Regards,
Suganya Sethuraman.
 



NK Nguyen Khoa Lu July 2, 2021 08:00 AM UTC

Thanks you. I will wait Release version at the end of this month.



SS Suganya Sethuraman Syncfusion Team July 5, 2021 05:48 AM UTC

Hi Nguyen,

Thanks for the update.

As we said earlier, this feature will be included in our Volume 2 SP1, 2021 release, which is scheduled to be released at the end of July 2021.

Regards,
Suganya Sethuraman.
 



RS Ruba Shanmugam Syncfusion Team August 12, 2021 08:57 AM UTC

Hi Nguyen,

Sorry for the inconvenience. This feature will be included in our Volume 3, which is scheduled to be released at the end of September 2021. In the meantime, you can use the patch that has already been updated.
 

Regards,
Ruba Shanmugam 
 


Loader.
Up arrow icon