Skip to content

Commit 4eb9ee0

Browse files
authored
fix: advanced search example documentation
1 parent fd19d90 commit 4eb9ee0

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)