Skip to content
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 ContentAutomationId to InputField #761

Merged
merged 1 commit into from
Sep 20, 2024
Merged

Add ContentAutomationId to InputField #761

merged 1 commit into from
Sep 20, 2024

Conversation

enisn
Copy link
Owner

@enisn enisn commented Sep 19, 2024

Resolves #753


Since InputFields are ContentViews they can't be filled by AutomationId. With this PR, InputField provides ContentAutomationId for generic purposes.

<material:TextField Title="Foo" ContentAutomationId="Bar" />

@enisn enisn added enhancement New feature or request input-field-group labels Sep 19, 2024
@enisn enisn added this to the v2.10 milestone Sep 19, 2024
@enisn enisn merged commit 9a6f2bb into develop Sep 20, 2024
3 checks passed
@enisn enisn deleted the automationid branch September 20, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request input-field-group
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bindable AutomationIds in InputFields and maybe some other controls are missing
1 participant