From 27ce3e6ef361e2f26050c45de045a257d5983aee Mon Sep 17 00:00:00 2001 From: "marianna.kononenko" Date: Tue, 12 Nov 2024 17:37:20 +0100 Subject: [PATCH] UX-2323 Update existing UI Guidelines: Built-in button, fix REF004 --- topics/ui/controls/input_field.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/ui/controls/input_field.md b/topics/ui/controls/input_field.md index 09c5ea384..fa847faba 100644 --- a/topics/ui/controls/input_field.md +++ b/topics/ui/controls/input_field.md @@ -131,8 +131,8 @@ If users are more likely to re-enter the entire value, select the whole text whe ### Input field types -If the input text can be long and place is constrained, use an expandable input field [`ExpandableTextField`](%gh-ic%/platform/platform-api/src/com/intellij/ui/components/fields/ExpandableTextField.java). -For more details, see [built-in buttons](built_in_button.md#expand-field). +If the input text can be long and the place is constrained, use an expandable input field [`ExpandableTextField`](%gh-ic%/platform/platform-api/src/com/intellij/ui/components/fields/ExpandableTextField.java). +For more details, see [built-in buttons](built_in_button.md#expand-a-field). ![](expandable_1.png){width=332}