Xfx.Controls icon indicating copy to clipboard operation
Xfx.Controls copied to clipboard

XfxEntry -> property x:Name mandatory ?

Open RaoulNL opened this issue 6 years ago • 0 comments

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.

RaoulNL avatar Apr 10 '18 12:04 RaoulNL