We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6849926 commit 8444359Copy full SHA for 8444359
tests/dummy/app/templates/demo/select.hbs
@@ -41,7 +41,7 @@
41
{{size}}
42
</PaperSelect>
43
<PaperSelect @options={{this.groupedToppings}} @label="Topping" @selected={{this.topping}} @onChange={{action (mut this.topping)}} as |topping|>
44
- {{this.topping}}
+ {{topping}}
45
46
{{! END-SNIPPET }}
47
</div>
0 commit comments