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 3a65b67 commit 438503fCopy full SHA for 438503f
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