UX-2323 Update existing UI Guidelines: Built-in button, fix REF004

This commit is contained in:
marianna.kononenko 2024-11-12 17:37:20 +01:00
parent eb5cb5e5c8
commit 27ce3e6ef3

View File

@ -131,8 +131,8 @@ If users are more likely to re-enter the entire value, select the whole text whe
### Input field types ### 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). 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-field). For more details, see [built-in buttons](built_in_button.md#expand-a-field).
![](expandable_1.png){width=332} ![](expandable_1.png){width=332}