Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143592 | Mar 28,2019 08:42 AM UTC | Apr 4,2019 12:13 PM UTC | Xamarin.Forms | 5 |
![]() |
Tags: SfTextInputLayout |
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
var input = parameter as SfTextInputLayout;
input.ShowHelperText = string.IsNullOrEmpty((string)value) ? false : true;
return value;
}
|
ShowHelperText="False" |
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
return string.IsNullOrEmpty((string)value) ? " " : (string)value;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.