Word JS API - Add checkbox and dropdown content control
Currently only rich text content controls are available through Word API (https://docs.microsoft.com/en-us/javascript/api/word/word.contentcontrol?view=word-js-preview#word-word-contentcontrol-type-member)
Could you please add also other types of content control?
In particular in my company we need DropDown and CheckBox.
14 Comments
- Yun_Wang
Microsoft
DropDown and ComboBox are in Preview right now: https://learn.microsoft.com/en-us/javascript/api/requirement-sets/word/word-preview-apis?view=common-js-preview
.
- Sjoerd112Brass Contributor
- pascalbourutCopper Contributor
- Yun_Wang
Microsoft
pascalbourut Thanks for submitting the request. Dropdown is in our pipeline, and I will update this post if there's new information.
- pascalbourutCopper Contributor
+1
I would also be very interested in dropdown support.
I was able to develop a working prototype of my application in VBA, but now I need to rewrite it in JS for production.
I filled out the survey form.
Thank you
- Yun_Wang
Microsoft
Checkbox content control is now supported in Word API 1.7 release: Word JavaScript API requirement set 1.7 - Office Add-ins | Microsoft Learn
- lindalu-MSFT
Microsoft
Status changed:NewtoWorking on it