Skip to content

Commit

Permalink
Add append prop to EuiFieldText (#1567)
Browse files Browse the repository at this point in the history
Add append prop to EuiFieldText
  • Loading branch information
Bargs authored Feb 15, 2019
1 parent 99b52fd commit a0a1b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Added `append` prop to `EuiFieldText` ([#1567](https://github.com/elastic/eui/pull/1567))
- Adjusted set of Elastic Logos in `EuiIcon` to look better in dark mode. ([#1462](https://github.com/elastic/eui/pull/1562))
- Added `isCopyable` prop to `EuiCodeBlock` ([#1556](https://github.com/elastic/eui/pull/1556))
- Added optional `Snippet` tab to docs and renamed demo tabs ([#1556](https://github.com/elastic/eui/pull/1556))
Expand Down
1 change: 1 addition & 0 deletions src/components/form/field_text/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ declare module '@elastic/eui' {
fullWidth?: boolean;
isLoading?: boolean;
prepend?: React.ReactNode;
append?: React.ReactNode;
}

export const EuiFieldText: SFC<
Expand Down

0 comments on commit a0a1b1f

Please sign in to comment.