Skip to content

Commit d20c7a7

Browse files
committed
Add @resultCountMessage arg to docs
1 parent 8294b5f commit d20c7a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/components/form/super-select/partials/code/component-api.md

+3
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ The default values of some [ember-power-select](https://ember-power-select.com/d
185185
<C.Property @name="afterOptionsContent" @type="string" @default="resultCountMessage">
186186
Sets the content of the default `afterOptions` component overriding the default content.
187187
</C.Property>
188+
<C.Property @name="resultCountMessage" @type="string">
189+
Overrides the default result count message. The default message follows this pattern: X selected of Y total.
190+
</C.Property>
188191
<C.Property @name="closeOnSelect" @type="boolean" @default="false">
189192
Defaults to true instead for `SuperSelect::Single`.
190193
</C.Property>

0 commit comments

Comments
 (0)