[pickers] Make the <input />
version of the fields opt-in
#14477
Labels
breaking change
component: pickers
This is the name of the generic UI component, not the React module!
v8.x
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
totrue
.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 whenenableAccessibleFieldDOMStructure
is null).It also require changing the default value of the
TEnableAccessibleFieldDOMStructure
everywhere.Search keywords:
The text was updated successfully, but these errors were encountered: