-
Bug
-
Resolution: Fixed
-
Major
-
2.0.2
-
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.