I’ve tried many combinations to get this to work. Is there a trick or restriction I don’t know?
Here’s a simple case:
<vaadin-combo-box [items]
="[‘this’, ‘that’]
">
Does this work?
“this” and “that” appear just as if
wasn’t coded. Further, Angular issues a run-time warning to use rather than and that doesn’t work either.
Any help woukd be great!