mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
tabIndex prop added to DatePicker
This commit is contained in:
parent
2fa90b17d0
commit
f11a4c1b3c
@ -810,7 +810,7 @@ exports[`DatePicker prop locale should works 1`] = `
|
||||
<a
|
||||
class="ant-calendar-today-btn "
|
||||
role="button"
|
||||
title="November 22, 2016"
|
||||
title="November 21, 2016"
|
||||
>
|
||||
Днес
|
||||
</a>
|
||||
|
@ -216,6 +216,7 @@ export default function createPicker(TheCalendar: React.ComponentClass): any {
|
||||
value={(inputValue && inputValue.format(props.format)) || ''}
|
||||
placeholder={placeholder}
|
||||
className={props.pickerInputClass}
|
||||
tabIndex={props.tabIndex}
|
||||
{...dataOrAriaProps}
|
||||
/>
|
||||
{clearIcon}
|
||||
|
Loading…
Reference in New Issue
Block a user