Tooltip, Dropdown, Popover: support tabindex attribute (#15167)

This commit is contained in:
hetech
2019-04-23 15:36:41 +08:00
committed by GitHub
parent 1fe6849a63
commit 070bf1fd1b
18 changed files with 51 additions and 11 deletions

View File

@@ -174,3 +174,4 @@ tooltip 内不支持 disabled form 元素,参考[MDN](https://developer.mozill
| popper-class | 为 Tooltip 的 popper 添加类名 | String | — | — |
| enterable | 鼠标是否可进入到 tooltip 中 | Boolean | — | true |
| hide-after | Tooltip 出现后自动隐藏延时,单位毫秒,为 0 则不会自动隐藏 | number | — | 0 |
| tabindex | Tooltip 组件的 [tabindex](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) | number | — | 0 |