Xfx.Controls
Xfx.Controls copied to clipboard
XfxEntry -> property x:Name mandatory ?
When I use version 1.1.3 of the nuget in my Xamarin Forms project and use an entry like this:
<xfx:XfxEntry Text="Hello" />
The app crashes; but when I use the entry as follows:
<xfx:XfxEntry x:Name="NameEntry" Text="Hello" />
it all works fine. What could be the cause of this?
When I use version 1.0.4 I can omit the x:Name property. I have seen this in the iOS simulator.
Regards, Raoul.