How to change color of "Load More" button in SfAutoComplete

Hello,

Is it possible to change color of text of Load More button in SfAutoComplete control?

I couldn't find it nowhere.


Thanks.


3 Replies

SS Suganya Sethuraman Syncfusion Team October 27, 2021 02:34 PM UTC

Hi Milan,

Greetings from Syncfusion.

Currently we do not have support to achieve your requirement, so we have logged feature for “Provide Text Color support for load more text in SfAutoComplete” and it can be tracked through our feedback portal below.

Link: https://www.syncfusion.com/feedback/29897

Please cast your vote to make it count. We will prioritize the features every release based on the demands.

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

This feature will be available in our Volume 4 main release 2021, which is scheduled for the mid of December.

Regards,
Suganya Sethuraman.
 



SS Suganya Sethuraman Syncfusion Team December 20, 2021 05:22 AM UTC

Hi Milan,

Sorry for the inconvenience.

We were unable to include this feature in Volume 4, 2021. This will be included in our Volume 1, 2022 release, which is scheduled for mid-March 2022. We appreciate your patience until then.

Regards,
Suganya Sethuraman.
 



SS Suganya Sethuraman Syncfusion Team April 5, 2022 09:22 AM UTC

Hi Milan,

We are glad to announce that our Essential Studio 2022 Volume 1 main release v20.1.0.47 is rolled out and the feature “Provide Text Color support for load more text in SfAutoComplete” is included in this version v20.1.0.47 which is available for download under the following link.

https://www.syncfusion.com/forums/174125/essential-studio-2022-volume-1-main-release-v20-1-0-47-is-available-for-download

You can access this feature by setting LoadMoreTemplate API in SfAutoComplete as like below code snippet.

                <autocomplete:SfAutoComplete.LoadMoreTemplate>

                    <StackLayout BackgroundColor="LightCoral">

                        <Label Text="Press here to load more text.."

                               HorizontalTextAlignment="Center"

                               VerticalTextAlignment="Center"

                               FontAttributes="Bold"

                               TextColor="White"

                               FontSize="22"/>

                    </StackLayout>

                </autocomplete:SfAutoComplete.LoadMoreTemplate>



Feature Feedback Link: https://www.syncfusion.com/feedback/29897

We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.

Regards,
Suganya Sethuraman.


Attachment: LoadMoreTemplate_AutoComplete_44e6d2b1.zip

Loader.
Up arrow icon