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

feat: aria-details added to diff input types #2359

Merged
merged 5 commits into from
Oct 29, 2024

Conversation

tshimber
Copy link
Contributor

@tshimber tshimber commented Oct 16, 2024

Fixes #2356

AriaDetailsId added to different input types

Copy link

netlify bot commented Oct 16, 2024

Deploy Preview for marvelous-moxie-a6e2fe ready!

Name Link
🔨 Latest commit 322a072
🔍 Latest deploy log https://app.netlify.com/sites/marvelous-moxie-a6e2fe/deploys/671f935014ad8d0008a830f9
😎 Deploy Preview https://deploy-preview-2359--marvelous-moxie-a6e2fe.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -204,7 +204,7 @@ export const RangeTemplate = (args, { argTypes }) => ({
args={{
value: '2020-12-31',
label: 'Standard',
placeholder: 'Select date'
placeholder: 'Select date',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra comma can be removed

@@ -290,7 +291,7 @@ duet-date-picker {
label: 'With Error',
invalid: true,
helperText: 'something is wrong',
placeholder: 'select date'
placeholder: 'select date',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this also has a unneeded change

@@ -13,8 +13,8 @@ import { action } from '@storybook/addon-actions';
export const Template = (args, { argTypes }) => ({
components: { ScaleDropdownSelect },
props: {
itemProps: { default: {} },
...ScaleDropdownSelect.props,
itemProps: { default: {} },
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra whitespace in from of itemProps

@@ -54,8 +54,8 @@ export const Template = (args, context) => ({
:disabled="itemProps[index]?.disabled"
></scale-radio-button>
</scale-radio-button-group>
`
})
`,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra comma again :) . is this being added from prettier?

@amir-ba
Copy link
Collaborator

amir-ba commented Oct 29, 2024

Lgtm

@amir-ba amir-ba merged commit 4c45650 into telekom:main Oct 29, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Usage of "aria-detailed-id" Also in dropdowns/textarea/etc
2 participants