Hello all! How do i create an inline combobox / dropdown?
I've tried the following:
- 1. Creating a WordFragment with a std element and add it using the "replaceVariableByWordFragment" function. It worked but it removed the entire paragraph.
- 2. Creating a select form element. It also worked but i am not able to change its selection if the document is not locked.
Is there a way to create an inline std element or a form element which is editable even if the document is not locked? Thank you!