-
-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a TextChanged Event to the EntryCell #227
Conversation
PR #226 needs to be merge before this one. |
customControls/Fabulous.CustomControls/Fabulous.CustomControls.fsproj
Outdated
Show resolved
Hide resolved
customControls/Fabulous.CustomControls/Fabulous.CustomControls.fsproj
Outdated
Show resolved
Hide resolved
customControls/Fabulous.CustomControls/Fabulous.CustomControls.fsproj
Outdated
Show resolved
Hide resolved
Great job, especially while doing that on stream! :) |
One last thing :) |
I think I know why this doesn't work on Android and iOS. For some reason, WPF is OK with that though. |
Thank you - I'll have a look at this tonight as well as cleaning up the PR. |
I've just had a look at Xamarin.Forms and the base |
Another way you could do it is by subscribing to the PropertyChanged event of EntryCell yourself. |
Why did I not think of that? Thank you!!! |
Co-Authored-By: garethhubball <[email protected]>
This now works across all three platforms. If there's anything I can do to make any merge easier please let me know - I still haven't really got the hang of PRs, Git nor working in open source yet so apologies if and when I go wrong. |
Build is failing. If you want to validate these changes without waiting for Travis CI, you can run |
And finally, it would be great if you could move Fabulous.CustomControls into the No need to exclude |
This looks good. Well done! |
Started work on the
TextChanged
event to start fixing #225 - it seems to work in WPF but not in iOS/Android. TheText
property seems to be ignored in iOS/Android and needs looking into.Please don't merge this yet as it does not work!