Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TextField property values for prefix_icon, suffix_icon, icon #344

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/controls/textfield.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Background [color](/docs/reference/colors) of TextField when hovered. Will not b

### `icon`

The name of the icon to show before the input field and outside of the decoration's container.
The icon to show before the input field and outside of the decoration's container. Can be a `Control` or an icon name.

### `input_filter`

Expand Down Expand Up @@ -439,7 +439,7 @@ The `prefix` appears after the `prefix_icon`, if both are specified.

### `prefix_icon`

An icon that appears before the `prefix` or `prefix_text` and before the editable part of the text field, within the decoration's container.
An icon that appears before the `prefix` or `prefix_text` and before the editable part of the text field, within the decoration's container. Can be a `Control` or an icon name.

### `prefix_style`

Expand Down Expand Up @@ -507,7 +507,7 @@ The `suffix` appears before the `suffix_icon`, if both are specified.

### `suffix_icon`

An icon that appears after the editable part of the text field and after the `suffix` or `suffix_text`, within the decoration's container.
An icon that appears after the editable part of the text field and after the `suffix` or `suffix_text`, within the decoration's container. Can be a `Control` or an icon name.

### `suffix_style`

Expand Down