-
Notifications
You must be signed in to change notification settings - Fork 83
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
Conversation
✅ Deploy Preview for marvelous-moxie-a6e2fe ready!
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', |
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.
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', |
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.
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: {} }, |
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.
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> | |||
` | |||
}) | |||
`, |
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.
extra comma again :) . is this being added from prettier?
Lgtm |
Fixes #2356
AriaDetailsId added to different input types