Skip to content

Commit b1643b8

Browse files
committed
Reapply "docs: update docs"
This reverts commit 7e781a5.
1 parent cabe778 commit b1643b8

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/docs/api-reference/enriched-text-input.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,15 @@ By marker, we mean the number that denotes consecutive lines of the list.
12361236
[color](https://reactnative.dev/docs/colors) value; if not set, defaults to
12371237
the input's [color](#style)
12381238

1239+
:::note
1240+
1241+
As you may have noticed, there is no way of defining the marker's width unlike with other list styles.
1242+
This is because the value of an ordered list marker changes, which makes its width dynamic.
1243+
The marker is rendered _inside_ the defined space with `marginLeft`, so keep this in mind
1244+
when styling your UI.
1245+
1246+
:::
1247+
12391248
### ul (unordered list)
12401249

12411250
By bullet, we mean the dot that begins each line of the list.

0 commit comments

Comments
 (0)