-
Notifications
You must be signed in to change notification settings - Fork 306
Open
Description
Hi...
IsFocused is not present in BorderlessEntry control.
[0:] Binding: 'IsFocused' property not found on 'SyncfusionXamarinApp1.Controls.BorderlessEntry', target property: 'Syncfusion.XForms.Border.SfBorder.BorderColor'
<border:SfBorder
Margin="0,8"
Padding="12,8"
BorderColor="{Binding Source={x:Reference PhoneNoEntry}, Path=IsFocused, Converter={StaticResource ColorConverter}, ConverterParameter=3}"
Style="{StaticResource DataFormBorderlessEntryBorderStyle}"
VerticalOptions="Start">
<control:BorderlessEntry
x:Name="PhoneNoEntry"
Keyboard="Telephone"
Placeholder="{Binding PhoneNumberPlaceHolder, Source={Reference CountryPicker}}"
Style="{StaticResource BorderlessEntryStyle}"
Text="{Binding PhoneNumber, Source={Reference CountryPicker}}">
<control:BorderlessEntry.Behaviors>
<behaviors:EntryMaskedBehavior Mask="{Binding Source={x:Reference CountryPicker}, Path=Mask}" Prefix="{Binding Source={Reference CountryPicker}, Path=CountryCode}" />
</control:BorderlessEntry.Behaviors>
</control:BorderlessEntry>
</border:SfBorder>
Metadata
Metadata
Assignees
Labels
No labels