The Critique Annotation popup only displays the first three suggestions, even though five suggestions are provided in popupOptions.suggestions.
The debugger confirms that all five suggestions are present before calling the Office.js API.
Environment
Host: Microsoft Word Desktop (Windows)
Version: Microsoft® Word for Microsoft 365 MSO
Version 2606 (Build 16.0.20131.20086) 64-bit
Also reproduced in:
Office.js:
(Please specify your Office.js requirement set/version if applicable.)
Steps to Reproduce
- Create a Critique annotation.
- Set
popupOptions.suggestions with five strings.
- Open the critique popup.
Example:
popupOptions: {
suggestions: [
"Suggestion 1",
"Suggestion 2",
"Suggestion 3",
"Suggestion 4",
"Suggestion 5"
]
}
The Critique Annotation popup only displays the first three suggestions, even though five suggestions are provided in
popupOptions.suggestions.The debugger confirms that all five suggestions are present before calling the Office.js API.
Environment
Host: Microsoft Word Desktop (Windows)
Version: Microsoft® Word for Microsoft 365 MSO
Version 2606 (Build 16.0.20131.20086) 64-bit
Also reproduced in:
Office.js:
(Please specify your Office.js requirement set/version if applicable.)
Steps to Reproduce
popupOptions.suggestionswith five strings.Example: