Autofill hints for IText views #374
Replies: 4 comments 3 replies
-
@coen22 thanks for this idea, it sounds great. I wonder did you manage to answer your question on whether there is any support for this on Windows? We aim to make sure that features added will be functional on all platforms before we proceed. |
Beta Was this translation helpful? Give feedback.
-
Hey @coen22! Have you had a try at redoing the API Proposal for If you paste it here we can iterate on it a bit before pushing it to the Proposal. |
Beta Was this translation helpful? Give feedback.
-
I've implemented a first draft of the behaviour. I tried to use the same code style, but the shared class doesn't have '.shared' in it. Also, I need to document a bit, but it's pretty straightforward. Would love to hear what you think. Archive.zip |
Beta Was this translation helpful? Give feedback.
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'd like to discuss a proposal for autofill in MCT. For that I've already opened an issue and demonstrated some working code from Xamarin Forms, which also works in MAUI. #373
As @brminnick suggested it would be better to use behaviours (instead of the current effect implementation).
So I think it would be a good idea to implement similarly to TintColorBehavior
The
AutofilBehaviour
could extend fromBehaviour<IText>
.If you have any suggestions, please let me know!
Beta Was this translation helpful? Give feedback.
All reactions