We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

HelperText background color

I have this code:

            <inputLayout:SfTextInputLayout
    Margin="10, -8"
    x:Name="password"
    EnablePasswordVisibilityToggle="true" 
    Hint="Password"
    ContainerType="Outlined"
                OutlineCornerRadius="8"
                HelperText="Type your password">

                <Entry
          x:Name="senha"
          ReturnType="Next"
          FontSize="Small"
          Text=""/> 
             </inputLayout:SfTextInputLayout>

With it the result is equal to attached file

I would like to know how to pass this cyan color below the object as transparent.

Thanks in advance




Attachment: SFTestInput_78df8fd4.7z

1 Reply

RA Rachel A Syncfusion Team August 23, 2019 10:47 AM UTC

Hi Nilmar, 
 
Greetings from Syncfusion. 
 
We have checked your code snippet and background color will not apply for the helper text with the provided code snippet. We have tested using the latest version (17.2.0.46) and attached the screenshot below. We suspect that, you may set the background color to the other layout. 
  
Output 
  
 
  
  
Please confirm us whether you using only the provided code snippet in your application?  Still if you are facing any problem please revert us by modifying the provided sample which will be helpful for us to assist you earlier.  
 
If you want to set color to the background you can set using ContainerBackgroundColor as in the below documentation link. 
 
Regards, 
Rachel.  


Loader.
Live Chat Icon For mobile
Up arrow icon