Hi Jesus,
Greetings from Syncfusion.
Query: To use disabled entry or label
We have analyzed your requirement, where you are trying to use a disabled entry or label to achieve your requirement. So, we suspect that, the exact requirement is uneditable text for an Entry in text input layout. If so, we can achieve your requirement by setting the InputTransparent property for the Entry. We have shared the code snipped for the same,
Refer the following link:
Solution:
[Code Snippet XAML]
<inputLayout:SfTextInputLayout ContainerType="Outlined" Hint="Name">
<Entry x:Name="entryfield" Text="John" TextColor="Pink" InputTransparent="True" />
</inputLayout:SfTextInputLayout> |
Also, we have already implemented options to customize the color of all the elements using keys, which will be available in our Volume 4 2018- beta release which is expected to be rolled out within a week.
Regards,
Michael