We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c024ac commit d364858Copy full SHA for d364858
packages/wonder-blocks-date-picker/src/components/date-picker.tsx
@@ -62,7 +62,8 @@ interface Props {
62
*/
63
footer?: (arg1: {close: () => unknown}) => React.ReactNode;
64
/**
65
- * The aria-label to be used for the date picker.
+ * The aria-label to be used for the date picker. This is only needed if there
66
+ * is no visible label associated with the date picker, such as with LabeledField.
67
68
inputAriaLabel?: string;
69
}
0 commit comments