Borderless Entry not working

Hi all! 

I'm trying to reproduce the Simple Email Entry look & feel of the UI Templates, but it's not working properly. It's showing a line below the EmailEntry text that is a control:BorderlessEntry. 



I've applied the same "LightTheme.xaml" and the same Styles.xaml of the UI Templates. The difference is that I'm using Prism framework. 
What I'm missing? 

Thank you guys! 


5 Replies 1 reply marked as answer

YP Yuvaraj Palanisamy Syncfusion Team October 8, 2020 09:59 AM UTC

 
Greetings from Syncfusion. 
 
We have analyzed your query and we are suspect that the BorderlessEntryRenderer.cs file was missing in platform specific project like Android, iOS & UWP of your application. Also, we have prepared the prism sample with SimpleLoginPage template using Essential UIkit visual studio Extension.  
 
Please find the sample from the below link. 
 
  
For more information, 
You can get the UI Kit source code from the below github link. 
 
Also, you can get the UI Kit visual studio extension for Windows and MAC from the below link. 
 
 
For more details please refer the below link 
 
Please let us know if you have any concern. 
 
Regards, 
Yuvaraj  


Marked as answer

EL Eduardo Luczinski Junior October 8, 2020 01:36 PM UTC

Thank you! 

You guys are awesome! 

Indeed, the BorderlessEntryRenderer.cs and the Renderers folder were missing in the Android project. Now everything is working perfectly. 

I just missed when I was supposed to configure these files. I didn't notice this step in the documentation. I supposed I just needed to add the control in the XAML Xamarin.Forms project. Is there any specific documentation for this? Does this situation occur to other components?  

Best Regards, 

Eduardo Luczinski.
 


YP Yuvaraj Palanisamy Syncfusion Team October 9, 2020 02:32 PM UTC

Hi Eduardo Luczinski, 

Thanks for your update. 

Already we have the documented for Syncfusion Xamarin.Forms Essential UI Kit page template configuration files in the below link, which is list the dependencies ( converters, rendereres and NuGet packages) of each XAML page in Essential UI Kit project
 

Regards, 
Yuvaraj 



HS Harsh Shah November 13, 2020 05:39 AM UTC

Hi, refer to this https://www.c-sharpcorner.com/article/xamarin-forms-borderless-entry-using-custom-renderer/. this article provides borderless entry using a renderer. May it help you. 


YP Yuvaraj Palanisamy Syncfusion Team November 16, 2020 09:48 AM UTC

Hi Harsh Shah,  
   
Thanks for your suggestion.  
   
We have already implemented the BorderlessEntry in our Xamarin.Forms Essential UI Kit. Please refer the below GitHub link for BorderlessEntry.  
   

Regards, 
Yuvaraj. 


Loader.
Up arrow icon