Skip to content

Commit 6093ade

Browse files
authored
Merge pull request #371 from artemgurzhii/patch-1
fix: advanced search example documentation
2 parents 056077d + 4eb9ee0 commit 6093ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ action are already wired up to the controlling `form.element` for you. Set any o
7777
```hbs
7878
<BsForm @model={{yourModel}} as |form|>
7979
<form.element @controlType="power-select" @property="foo" @label="Choose" @options={{options}} as |el|>
80-
<el.control @searchPlaceholder="Type your name" />
80+
<el.control @searchEnabled={{true}} @searchPlaceholder="Type your name" />
8181
</form.element>
8282
</BsForm>
8383
```

0 commit comments

Comments
 (0)