Skip to content

Commit 93d92c5

Browse files
NowelyYaros1ove
authored andcommitted
docs(Select): add hasCounter prop (#499)
1 parent 13af988 commit 93d92c5

File tree

1 file changed

+4
-0
lines changed
  • src/content/components/uikit/Select

1 file changed

+4
-0
lines changed

src/content/components/uikit/Select/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ export const selectConfig: Component = {
6565
type: 'switch',
6666
defaultValue: false,
6767
},
68+
hasCounter: {
69+
type: 'switch',
70+
defaultValue: false,
71+
},
6872
},
6973
},
7074
};

0 commit comments

Comments
 (0)