Hide Done Button

Hi, 

I'd like to hide the "done" button/bar on keyboard for sfCombobox on iOS. How can I do that? Need this asap. Please advice! Please see the attached picture. Thank you so much!



Regards,
Ben

Attachment: Screen_Shot_20210316_at_10.20.53_AM_af29d38f.zip

5 Replies

SS Suganya Sethuraman Syncfusion Team March 17, 2021 12:25 PM UTC

Hi Ben,

Greetings from Syncfusion.

We have analyzed your requirement. We created a sample with SfComboBox and tested it on iOS 13.4 and 14.2. However, we were unable to replicate it. Please check the below screenshot.



Since we were not aware for your exact scenario. Do you use a custom keyboard? If you use it, please share the details which would be helpful for us to check on it and provide you the solution as soon as possible.

Regards,
Suganya Sethuraman.
 
 
 




BH Ben Hotra March 17, 2021 02:05 PM UTC

Thank you for your prompt reply. I do not use custom Keyboard. I am currently using SfComboBox version 18.3.0.53. Testing on iOS 14.4. Looking forward to hearing from you.

<combobox:SfComboBox x:Name="UserComboBox"
Grid.Column="1"
HeightRequest="40"
DropDownItemHeight="50"
MaximumDropDownHeight="500"
ShowBorder="True"
BorderColor="#D3D3D3"
FontFamily="Lato-Bold"
DropDownCornerRadius="0"
ShowClearButton="False"
DisplayMemberPath="PersonName"
AllowFiltering="true"
IsEditableMode="true"
MultiSelectMode="Token"
TokensWrapMode="Wrap"
Watermark="Search User..."
EnableAutoSize="True"
IsSelectedItemsVisibleInDropDown="false"
SuggestionMode="Contains"
SelectionChanged="OnUserSelectionChanged"
Text="{Binding UserSearchText, Mode=TwoWay}"
DataSource="{Binding UserCollection}">
<combobox:SfComboBox.DropDownButtonSettings>
<combobox:DropDownButtonSettings Width="40" Height="40">
<combobox:DropDownButtonSettings.View>
<Label WidthRequest="30" HorizontalTextAlignment="Center" VerticalTextAlignment="Center"/>
combobox:DropDownButtonSettings.View>
combobox:DropDownButtonSettings>
combobox:SfComboBox.DropDownButtonSettings>

<combobox:SfComboBox.TokenSettings>
<combobox:TokenSettings FontSize="16"
BackgroundColor="#E8E8E8"
TextColor="#333333"
SelectedBackgroundColor="#ffffe0"
FontFamily="Lato-Bold"
DeleteButtonColor="#333333"
IsCloseButtonVisible="true"
CornerRadius="5"
DeleteButtonPlacement="Right">
combobox:TokenSettings>
combobox:SfComboBox.TokenSettings>
combobox:SfComboBox>


SS Suganya Sethuraman Syncfusion Team March 18, 2021 08:38 AM UTC

Hi Ben,

We have created a new incident under your Direct trac account to follow up with this query. We suggest you to follow up with the incident for further updates. Please log in using the below link.

https://www.syncfusion.com/account/login

Regards,
Suganya Sethuraman.



BH Ben Hotra March 18, 2021 03:18 PM UTC

Hi Suganya,

I was able to hide by creating custom renderer. Thank you so much for your help.

Regards,
Ben


SS Suganya Sethuraman Syncfusion Team March 19, 2021 05:26 AM UTC

Hi Ben,

Thanks for the update.

We glad that the issue has been resolved at your end and please get back to us if you need any other assistance.

Regards,
Suganya Sethuraman.
 


Loader.
Up arrow icon