The material provided is for informational purposes only, and should not be relied on in making any purchasing or investment decision. The information is not a commitment, promise or legal obligation to deliver any material, code, or functionality. The development, release, and timing of any features or functionality described for our products remains at our sole discretion. © 2026 Cloud Software Group LLC. All rights reserved. This page and your use is governed by these
Terms of Use.
As a work around you can create a popout panel manually using Tippy.js and manually reading and setting mod property in our main.js code.
In the example below mod.property("myProperty") has beend passed to the render function as myProperty.
Beside text input field it should also support textarea input field (multi line text input including line feed).