Skip to content

Commit e941c52

Browse files
committed
fix: add aria-haspopup
1 parent eba88c2 commit e941c52

File tree

1 file changed

+1
-0
lines changed
  • src/components/RelativeRangeDatePicker/components/Control

1 file changed

+1
-0
lines changed

src/components/RelativeRangeDatePicker/components/Control/Control.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export const Control = React.forwardRef<HTMLInputElement, ControlProps>(
5555
const triggerProps: RelativeRangeDatePickerTriggerProps = {
5656
id: props.id,
5757
role: 'combobox',
58+
'aria-haspopup': 'dialog',
5859
'aria-expanded': open,
5960
'aria-label': props['aria-label'],
6061
'aria-labelledby': props['aria-labelledby'],

0 commit comments

Comments
 (0)