Completed
Last Updated: 03 Apr 2018 12:43 by Clément
ADMIN
Stefan Nenchev
Created on: 22 Jan 2018 12:52
Category: Entry
Type: Bug Report
1
Entry: Setting the Text to null results in exception
Explicitly setting the Text property of the RadEntry to null results in NullReferenceException. This is not the behavior with the standard Entry control.
3 comments
Clément
Posted on: 03 Apr 2018 12:43
Hi Yana,

I am not able to reproduce this problem anymore. It seems fixed to me.

Regards
Clement
ADMIN
Yana
Posted on: 03 Apr 2018 12:31
Hi Clement,

Did you had a chance to test with the mentioned here 2018.1.0202 minor release? Please give it a try and let me know whether the exception is still raised.

Regards,
Yana
Clément
Posted on: 22 Jan 2018 13:51
I'm following this :
https://developer.xamarin.com/guides/xamarin-forms/enterprise-application-patterns/validation/

And binding a RadEntry to a ValidatableObject<string> like this :
Text="{Binding UserName.Value, Mode=TwoWay}" 

results in NullReferenceException and app shutdown.