Skip to content

Commit 3754cf7

Browse files
committed
Update new-arch-missingProps.md
1 parent bb42bc4 commit 3754cf7

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

website/versioned_docs/version-0.80/new-arch-missingProps.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -52,31 +52,12 @@ It works like the CSS z-index property - components with a larger zIndex will re
5252

5353
### `tooltip`
5454

55-
Text shown on hover
55+
Text shown on hover. While tooltip support isn’t fully available for all components, it does work with some props such as `Text`.
5656

5757
| type | required |
5858
|:--|:--|
5959
| string | No |
6060

61-
### `tabIndex`
62-
63-
Whether this View should be focusable with a non-touch input device, eg. receive focus with a hardware keyboard. Supports the following values:
64-
65-
0 - View is focusable
66-
-1 - View is not focusable
67-
68-
| type | required |
69-
|:--|:--|
70-
| enum(0, -1) | No |
71-
72-
### `aria-level`
73-
74-
Defines element level.
75-
76-
| type | required |
77-
|:--|:--|
78-
| number | No |
79-
8061
### `opacity`
8162

8263
Sets the transparency of the view.

0 commit comments

Comments
 (0)