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

[pickers] Make the <input /> version of the fields opt-in #14477

Closed
flaviendelangle opened this issue Sep 4, 2024 · 2 comments · Fixed by #14651
Closed

[pickers] Make the <input /> version of the fields opt-in #14477

flaviendelangle opened this issue Sep 4, 2024 · 2 comments · Fixed by #14651
Assignees
Labels
breaking change component: pickers This is the name of the generic UI component, not the React module! v8.x

Comments

@flaviendelangle
Copy link
Member

flaviendelangle commented Sep 4, 2024

Part of #13188

Right now by default your field uses an <input /> HTML element.
You can use the new structure using the enableAccessibleFieldDOMStructure on any field or picker.

The goal of this issue is to switch the default value of enableAccessibleFieldDOMStructure to true.
We should deprecate enableAccessibleFieldDOMStructure during v8 and then remove it in v9.

This change requires to make sure we call the right TextField in each field (correctly handle when enableAccessibleFieldDOMStructure is null).
It also require changing the default value of the TEnableAccessibleFieldDOMStructure everywhere.

Search keywords:

@flaviendelangle flaviendelangle added breaking change component: pickers This is the name of the generic UI component, not the React module! v8.x labels Sep 4, 2024
@LukasTy
Copy link
Member

LukasTy commented Sep 17, 2024

Copy link

This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue.
Now, if you have additional information related to this issue or things that could help future readers, feel free to leave a comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: pickers This is the name of the generic UI component, not the React module! v8.x
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants