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 af19061 commit 0f40b0dCopy full SHA for 0f40b0d
tests/integration/components/bs-form/element/control/power-select-multiple-test.js
@@ -147,7 +147,7 @@ module(
147
// HTML attributes are not applied to any element if `renderInPlace` is `false`
148
await render(hbs`
149
<BsForm as |form|>
150
- <form.element @controlType="power-select-multiple" @property="prop" @options={{(array)}} as |el|>
+ <form.element @controlType="power-select-multiple" @property="prop" as |el|>
151
<el.control @renderInPlace={{true}} data-test-foo />
152
</form.element>
153
</BsForm>`);
0 commit comments