Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions src-docs/src/views/inline_edit/inline_edit_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,10 @@ export const InlineEditExample = {
mode.
</p>
<p>
Return a boolean from your <EuiCode>onSave</EuiCode> callback to
validate text after pressing Save. You can also return a boolean from a
promise. Validation happens before the user returns to read mode.
Return a boolean from your <EuiCode>onSave</EuiCode> callback to
validate text after pressing Save. You can also return a boolean
from a promise. Validation happens before the user returns to read
mode.
</p>
<p>
Returning <EuiCode>false</EuiCode> from <EuiCode>onSave</EuiCode>{' '}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ exports[`EuiInlineEditForm Read Mode readModeProps 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -706,7 +706,7 @@ exports[`EuiInlineEditForm Read Mode renders 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -740,7 +740,7 @@ exports[`EuiInlineEditForm Read Mode sizes 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports[`EuiInlineEditText renders 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -71,7 +71,7 @@ exports[`EuiInlineEditText text sizes renders m 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -109,7 +109,7 @@ exports[`EuiInlineEditText text sizes renders s 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -147,7 +147,7 @@ exports[`EuiInlineEditText text sizes renders xs 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports[`EuiInlineEditTitle renders 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -71,7 +71,7 @@ exports[`EuiInlineEditTitle title sizes renders size l 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -109,7 +109,7 @@ exports[`EuiInlineEditTitle title sizes renders size m 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -147,7 +147,7 @@ exports[`EuiInlineEditTitle title sizes renders size s 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -185,7 +185,7 @@ exports[`EuiInlineEditTitle title sizes renders size xs 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -223,7 +223,7 @@ exports[`EuiInlineEditTitle title sizes renders size xxs 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
Expand Down Expand Up @@ -261,7 +261,7 @@ exports[`EuiInlineEditTitle title sizes renders size xxxs 1`] = `
hidden=""
id="inlineEdit_generated-id"
>
Click this button to edit this text inline.
Click to edit this text inline.
</span>
</div>
`;
2 changes: 2 additions & 0 deletions upcoming_changelogs/6757.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Added `EuiInlineEditText` and `EuiInlineEditTitle` components