More EventToCommand Arg Converters - TextChangedEventArgs #652
Closed
steveski
started this conversation in
New Feature Discussions
Replies: 2 comments 1 reply
-
It looks like you're hitting the MAX_PATH issue on Windows. Here's more information to fix it: #340 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
-
Closed and answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on code to do Auto Complete on an Entry control and want to do data binding to my view model and I couldn't find an existing Event Arg Converter that suited. So I've added TextChangedEventArgsConverter to my project which works nicely. I'd like to pull request it to the CommunityToolkit.Maui package.
Any objections / suggestions?
If the suggestion is approved should I bring in others?
On another note, I can't actually build the solution from the latest main branch, or actually any point in history. I keep getting
Beta Was this translation helpful? Give feedback.
All reactions