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.
2 parents 056077d + 4eb9ee0 commit 6093adeCopy full SHA for 6093ade
README.md
@@ -77,7 +77,7 @@ action are already wired up to the controlling `form.element` for you. Set any o
77
```hbs
78
<BsForm @model={{yourModel}} as |form|>
79
<form.element @controlType="power-select" @property="foo" @label="Choose" @options={{options}} as |el|>
80
- <el.control @searchPlaceholder="Type your name" />
+ <el.control @searchEnabled={{true}} @searchPlaceholder="Type your name" />
81
</form.element>
82
</BsForm>
83
```
0 commit comments