mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
UX-2323 Update existing UI Guidelines: the Combo-box guideline update, Eldar Isiangulov
This commit is contained in:
parent
1645bcb546
commit
9856afc1eb
@ -31,7 +31,7 @@ When the user needs to select a value or enter a custom value, use the combo box
|
||||
{width=706}
|
||||
|
||||
### Return to previous states
|
||||
If the user may need to return to previous values, use the combo box. For example, save previously entered paths, so the user can quickly select them later:
|
||||
Use a combo box if users may need to revisit previous values, such as saving entered paths for quick selection later:
|
||||
|
||||
{width=706}
|
||||
|
||||
@ -39,13 +39,13 @@ If the user may need to return to previous values, use the combo box. For exampl
|
||||
|
||||
### The number of options is finite
|
||||
|
||||
If the number of options is finite, and there is no need to enter custom values. In this case, use a [dropdown list](drop_down.md) or [radio buttons](radio_button.md):
|
||||
If the number of options is finite, and there is no need to enter custom values, use a [dropdown list](drop_down.md) or [radio buttons](radio_button.md):
|
||||
|
||||
{width="706"}
|
||||
|
||||
### Impossible to list values
|
||||
|
||||
If it is not possible to list the most likely choices. In this case, use an [input field](input_field.md) instead:
|
||||
If it is not possible to list the most likely choices, use an [input field](input_field.md) instead:
|
||||
|
||||
{width=706}
|
||||
|
||||
@ -99,7 +99,7 @@ Show the predefined or most likely options in the list. Follow the rules for [dr
|
||||
|
||||
#### Previous inputs
|
||||
|
||||
If the user needs to return to previous inputs, add such values to the end of the list when clicking the confirmation button in the dialog:
|
||||
If the user needs to return to previous inputs, add such values to the end of the list when the confirmation button in the dialog is clicked:
|
||||
|
||||
{width=706}
|
||||
|
||||
@ -120,7 +120,7 @@ more details, see [validation errors](validation_errors.md).
|
||||
|
||||
Follow the [labeled input controls](layout.md#labeled-input-controls).
|
||||
|
||||
## Build-in behaviour
|
||||
## Built-in behaviour
|
||||
|
||||
### Opening the menu
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user