Skip to content

Commit

Permalink
add default value to TextInput clearButtonMode description (#558)
Browse files Browse the repository at this point in the history
* add default value to TextInput clearButtonMode description

Small documentation tweak - added information about default value of `clearButtonMode` property to `TextInput` component.

* Update textinput.md
  • Loading branch information
Simek authored and charpeni committed Oct 22, 2018
1 parent b159246 commit 924b51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ If `true`, caret is hidden. The default value is `false`.

### `clearButtonMode`

When the clear button should appear on the right side of the text view. This property is supported only for single-line TextInput component.
When the clear button should appear on the right side of the text view. This property is supported only for single-line TextInput component. The default value is `never`.

| Type | Required | Platform |
| ---------------------------------------------------------- | -------- | -------- |
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.57/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ If `true`, caret is hidden. The default value is `false`.

### `clearButtonMode`

When the clear button should appear on the right side of the text view. This property is supported only for single-line TextInput component.
When the clear button should appear on the right side of the text view. This property is supported only for single-line TextInput component. The default value is `never`.

| Type | Required | Platform |
| ---------------------------------------------------------- | -------- | -------- |
Expand Down

0 comments on commit 924b51e

Please sign in to comment.