-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[fields] Make PickersTextField
and its dependencies public
#11581
[fields] Make PickersTextField
and its dependencies public
#11581
Conversation
Deploy preview: https://deploy-preview-11581--material-ui-x.netlify.app/ Updated pages: |
cd8c9a9
to
3e2c251
Compare
PickersTextField
and its dependencies public
d2f28f9
to
c47ccf7
Compare
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
1 similar comment
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 👍
packages/x-date-pickers/src/PickersTextField/PickersInput/PickersInput.tsx
Outdated
Show resolved
Hide resolved
packages/x-date-pickers/src/PickersTextField/PickersFilledInput/PickersFilledInput.tsx
Outdated
Show resolved
Hide resolved
packages/x-date-pickers/src/PickersTextField/PickersInputBase/pickersInputBaseClasses.ts
Outdated
Show resolved
Hide resolved
packages/x-date-pickers/src/PickersTextField/PickersOutlinedInput/PickersOutlinedInput.tsx
Outdated
Show resolved
Hide resolved
packages/x-date-pickers/src/PickersTextField/PickersOutlinedInput/PickersOutlinedInput.tsx
Show resolved
Hide resolved
packages/x-date-pickers/src/PickersTextField/PickersTextField.tsx
Outdated
Show resolved
Hide resolved
…ersInput.tsx Co-authored-by: Lukas <[email protected]> Signed-off-by: Flavien DELANGLE <[email protected]>
…pickersInputBaseClasses.ts Co-authored-by: Lukas <[email protected]> Signed-off-by: Flavien DELANGLE <[email protected]>
Co-authored-by: Lukas <[email protected]> Signed-off-by: Flavien DELANGLE <[email protected]>
…put/PickersOutlinedInput.tsx Co-authored-by: Lukas <[email protected]> Signed-off-by: Flavien DELANGLE <[email protected]>
…t/PickersFilledInput.tsx Co-authored-by: Lukas <[email protected]> Signed-off-by: Flavien DELANGLE <[email protected]>
Extracted from #10649
PickersTextField
,PickersInputBase
,PickersInput
,PickersOutlinedInput
andPickersFilledInput
publicPickersInput
=>PickersInputBase
andPickersStandardInput
=>PickersInput
to follow the exact same component naming convention as the core (it helps the migration IMHO)