diff --git a/topics/ui/controls/drop_down.md b/topics/ui/controls/drop_down.md index 887c25e56..a039e1e80 100644 --- a/topics/ui/controls/drop_down.md +++ b/topics/ui/controls/drop_down.md @@ -77,9 +77,16 @@ Select the most likely or the safest value by default. Do **not** use an empty value as the default value. If no values are added to a drop-down yet, replace it with a button to add values. -| Incorrect | Correct | -|-----------------------------------------------------|-----------------------------------------------------| -| ![](drop_down_empty.png){width="221"} | ![](button.png){width="190"} | + + + + + + + + + +
IncorrectCorrect
## Menu {id="menu_1"} @@ -143,9 +150,16 @@ Enclose meta-options in pointy brackets and place meta-options at the beginning Do **not** assign special meanings to numeric or string values, use meta-options instead. It can be unclear that either 0 or an empty string are used to disable an option. -| Incorrect | Correct | -|-----------------------------------------------------|-----------------------------------------------------| -| ![](version_incorrect.png){width="262"} | ![](version_correct.png){width="262"} | + + + + + + + + + +
IncorrectCorrect

In the incorrect example an empty string is used to set <Same as language level>, which is unclear.