File tree 2 files changed +7
-0
lines changed
2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -384,6 +384,7 @@ const Pagination: React.FC<PaginationProps> = (props) => {
384
384
) : (
385
385
< input
386
386
type = "text"
387
+ aria-label = { locale . jump_to }
387
388
value = { internalInputVal }
388
389
disabled = { disabled }
389
390
onKeyDown = { handleKeyDown }
Original file line number Diff line number Diff line change @@ -2271,6 +2271,7 @@ exports[`Example jumperWithGoButton 1`] = `
2271
2271
title = " 1/5"
2272
2272
>
2273
2273
<input
2274
+ aria-label = " 跳至"
2274
2275
size = " 3"
2275
2276
type = " text"
2276
2277
value = " 1"
@@ -3673,6 +3674,7 @@ exports[`Example simple 1`] = `
3673
3674
title = " 1/5"
3674
3675
>
3675
3676
<input
3677
+ aria-label = " 跳至"
3676
3678
size = " 3"
3677
3679
type = " text"
3678
3680
value = " 1"
@@ -3757,6 +3759,7 @@ exports[`Example simple 1`] = `
3757
3759
title = " 1/5"
3758
3760
>
3759
3761
<input
3762
+ aria-label = " 跳至"
3760
3763
size = " 3"
3761
3764
type = " text"
3762
3765
value = " 1"
@@ -3806,6 +3809,7 @@ exports[`Example simple 1`] = `
3806
3809
title = " 1/5"
3807
3810
>
3808
3811
<input
3812
+ aria-label = " 跳至"
3809
3813
size = " 3"
3810
3814
type = " text"
3811
3815
value = " 1"
@@ -3850,6 +3854,7 @@ exports[`Example simple 1`] = `
3850
3854
title = " 1/5"
3851
3855
>
3852
3856
<input
3857
+ aria-label = " 跳至"
3853
3858
size = " 3"
3854
3859
type = " text"
3855
3860
value = " 1"
@@ -3943,6 +3948,7 @@ exports[`Example simple 1`] = `
3943
3948
title = " 1/5"
3944
3949
>
3945
3950
<input
3951
+ aria-label = " 跳至"
3946
3952
size = " 3"
3947
3953
type = " text"
3948
3954
value = " 1"
You can’t perform that action at this time.
0 commit comments