feat(TimePickerSelect): class -> functional#9923
Conversation
|
✔️ Deploy Preview for carbon-react-next ready! 🔨 Explore the source changes: 448a8f1 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-react-next/deploys/617d322adc50bc000739e8af 😎 Browse the preview: https://deploy-preview-9923--carbon-react-next.netlify.app |
|
✔️ Deploy Preview for carbon-components-react ready! 🔨 Explore the source changes: 448a8f1 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-components-react/deploys/617d322a4992c9000785ac00 😎 Browse the preview: https://deploy-preview-9923--carbon-components-react.netlify.app |
|
✔️ Deploy Preview for carbon-elements ready! 🔨 Explore the source changes: 448a8f1 🔍 Inspect the deploy log: https://app.netlify.com/sites/carbon-elements/deploys/617d322a8a8eb50008027c46 😎 Browse the preview: https://deploy-preview-9923--carbon-elements.netlify.app |
|
Also, are you adding tests to the |
derp.. thx for the reminder. |
|
@jnm2377 now i remember. |
…gn-system#9942) ### Related Ticket(s) [breadcrumb]: / separator not showing on v1.27.0 carbon-design-system#9936 Modal not displaying with @carbon/web-components 1.23.0 carbon-design-system#9923 ### Description Some styles have not been extending from `carbon-components` for `bx-modal` and `bx-breadcrumb` components. Will need to dig further to see why they aren't showing, but in the mean time we can add those styles to ours. ### Changelog **Changed** - added styles from `carbon-components` that are not showing for `bx-modal` and `bx-breadcrumb` <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
REF #9712
Refactored
TimePickerSelectinto a functional components.Changed
Removed
hideLabelprop andlabellogic.Removed deprecated iconDescription.
Added aria-label to the
selectelementAdded aria-hidden to the icon.
Testing / Reviewing
packages/reactyarn start:v11to run old storybook with v11 components.Questions
hideLabelprop and kept thelabellogic? In other words, do we need<label>for anything?