enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
985 stars 110 forks source link

#635 Update properties for two way binding to EntryView #639

Closed DevFromDownUnder closed 1 month ago

DevFromDownUnder commented 1 month ago

Updates issues with setting properties not applying to EntryView child

Formats bindable properties to a standard format

enisn commented 1 month ago

I'll try if everything works when I find some time.

And I'll add some new test cases that covers the two way binding logic. _(If you have time, you can add one or two test method to test two-way binding logic in this file https://github.com/enisn/UraniumUI/blob/develop/test/UraniumUI.Material.Tests/Controls/TextField_Test.cs)_

DevFromDownUnder commented 1 month ago

I'll try if everything works when I find some time.

And I'll add some new test cases that covers the two way binding logic. _(If you have time, you can add one or two test method to test two-way binding logic in this file https://github.com/enisn/UraniumUI/blob/develop/test/UraniumUI.Material.Tests/Controls/TextField_Test.cs)_

Done