⌨️ Improve TimePicker accessibility

This commit is contained in:
afc163 2019-06-14 14:51:28 +08:00
parent ef7f1a92f3
commit a62a3e95d3
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48
5 changed files with 7108 additions and 2 deletions

View File

@ -28,6 +28,7 @@ exports[`Modal render correctly 1`] = `
<button
aria-label="Close"
class="ant-modal-close"
type="button"
>
<span
class="ant-modal-close-x"
@ -120,6 +121,7 @@ exports[`Modal render without footer 1`] = `
<button
aria-label="Close"
class="ant-modal-close"
type="button"
>
<span
class="ant-modal-close-x"

View File

@ -81,7 +81,7 @@
"rc-switch": "~1.9.0",
"rc-table": "~6.5.0",
"rc-tabs": "~9.6.0",
"rc-time-picker": "~3.6.1",
"rc-time-picker": "~3.7.1",
"rc-tooltip": "~3.7.3",
"rc-tree": "~2.1.0",
"rc-tree-select": "~2.9.1",