Common questions about Combo Box Content Control usually focus on control differences, option editing, and filling behavior; this section includes 3 frequent questions and a glossary.
FAQ
What is the difference between a combo box and a drop-down list?
- A combo box supports two input methods: selecting a preset option or typing custom content directly.
- A drop-down list is usually used only for selecting from existing options.
- If a document needs both standardized input and room for extra text, a combo box is usually the better fit.
How do I modify drop-down options that are already set?
- Enter Design Mode.
- Select the target combo box content control.
- Open the Control Properties dialog box.
- Add, edit, or reorganize the existing options, then save the changes.
Why can’t I see any drop-down options after I click the combo box?
- Check whether options have already been added in the control properties.
- Confirm that Design Mode has been turned off.
- If the control was inserted but no options were configured, no selectable items will appear when it expands.
Glossary
| Term | Definition |
|---|---|
| Combo Box Content Control | A form control inserted into a document that supports both drop-down selection and manual text entry. |
| Design Mode | The editing state used to insert, select, and configure content controls. |
| Control Properties | The settings panel used to configure option items, display names, and values for the combo box. |