You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that border field is null. Seems that some code executed for a base constructor is the cause of call the property change event of CornerRadius property before the InputField's constructor initialize border field.
If the content of the Popup shown above is placed in a Page everything goes well as such as expect.
Adding a TextField to CommunityToolkit Popup crash the application during Popup initialization.
Notice that border field is null. Seems that some code executed for a base constructor is the cause of call the property change event of CornerRadius property before the InputField's constructor initialize border field.
If the content of the Popup shown above is placed in a Page everything goes well as such as expect.
Here is the full sample https://github.com/jldearmas/testuraniumui
Probably this is the same problem or is related with #800
It should be better to attack the real problem, but a possible mitigate solution in this case, would be change in InputField this line (444)
by this one
The text was updated successfully, but these errors were encountered: