Skip to content

Commit

Permalink
docs: Add hint attribute description (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Apr 24, 2023
1 parent e3f5065 commit 3a12fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -209,6 +209,7 @@ selection-start | Contains the index of the char where the selection starts. Cou
selection-end | Contains the index of the char where the selection ends. Could be `null` if the element provides no range info | '8'
selected | Whether the element is selected | 'false'
text or name | The element's text. It never equals to null | 'my text'
hint | Element's hint text. On Android versions below Oreo it always equals to `null`. | 'my hint text'
bounds | The element's visible frame (`[left, top][right, bottom]`) | `[0,0][100,100]`
displayed | Whether the element is visible to the user | 'true'
contentSize | The dimensions of the element's content area | `{"left": 0, "top":0, "width": 100, "height": 100, "scrollableOffset": 10, "touchPadding": 0}`
Expand Down

0 comments on commit 3a12fab

Please sign in to comment.