You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a design that uses <template> with <vaadin-select>:
<vaadin-select><template><vaadin-list-box><vaadin-item>
Text
</vaadin-item><vaadin-item>
Text
</vaadin-item><vaadin-item>
Text
</vaadin-item></vaadin-list-box></template></vaadin-select>
Select any text node
Actual behavior
Properties panel shows one property content with the value Text.
Expected behavior
The text area editor is shown.
IDE, Designer and OS version
IntelliJ 2018.3, Designer 4.0.0, macOS
The text was updated successfully, but these errors were encountered:
Steps to reproduce
<template>
with<vaadin-select>
:Actual behavior
Properties panel shows one property
content
with the valueText
.Expected behavior
The text area editor is shown.
IDE, Designer and OS version
IntelliJ 2018.3, Designer 4.0.0, macOS
The text was updated successfully, but these errors were encountered: