Add aria label (#36468)

This commit is contained in:
Alex Khomenko 2021-07-07 09:06:39 +03:00 committed by GitHub
parent 97dca963a9
commit 1655ff1e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ export const TimeZonePicker: React.FC<Props> = (props) => {
onBlur={onBlur}
components={{ Option: TimeZoneOption, Group: TimeZoneGroup }}
disabled={disabled}
aria-label={'Time zone picker'}
/>
);
};