We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d602d commit 116172bCopy full SHA for 116172b
addon/components/bs-form/element/control/power-select.hbs
@@ -43,6 +43,7 @@
43
@scrollTo={{@scrollTo}}
44
@search={{@search}}
45
@searchEnabled={{@searchEnabled}}
46
+ @searchFieldPosition={{@searchFieldPosition}}
47
@searchField={{if (has-block) @searchField (if @searchField @searchField @optionLabelPath)}}
48
@searchMessage={{@searchMessage}}
49
@searchPlaceholder={{@searchPlaceholder}}
@@ -68,4 +69,4 @@
68
69
{{/if}}
70
71
</PowerSelect>
-{{/let}}
72
+{{/let}}
0 commit comments