Skip to content

Added the isEnabled Prop to Props list #318

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jan 6, 2020
Merged
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
1 change: 1 addition & 0 deletions content/docs/en/elements/components/text-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ contributors: [MisterBrownRSA, rigor789, TheOriginalJosh, eddyverbruggen, ikoevs
|------|------|-------------|
| `text` | `String` | Gets or sets the value of the field.
| `hint` | `String` | Gets or sets the placeholder text.
| `isEnabled` | `Boolean` | Make the field disabled or enabled. Default value is `true`.
| `editable` | `Boolean` | When `true`, indicates that the user can edit the value of the field.
| `maxLength` | `Number` | Limits input to the spcified number of characters.
| `secure` | `Boolean` | Hides the entered text when `true`. Use this property to create password input fields.<br/>Default value: `false`.
Expand Down