-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: 2.0.2
-
Component/s: ZUL Editor
-
None
Steps to Reproduce
inside a component with a viewmodel ('vm') type e.g.:
<label value="@load(vm.[CTRL-SPACE])"/>
Check the autocomplete suggestions
Actual Result
autocomplete only offers ".class"
Expected Result
as in previous versions the bean properties (getter/setter) on the viewModel should be included in the autocomplete options.