@symply.io/basic-components 1.8.2-alpha.1 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -155,11 +155,12 @@ import AutocompleteWithFilter from '@symply.io/basic-components/AutocompleteWith
|
|
|
155
155
|
|
|
156
156
|
<h5>Option Props (IOption)</h5>
|
|
157
157
|
|
|
158
|
-
| Name
|
|
159
|
-
|
|
|
160
|
-
|
|
|
161
|
-
|
|
|
162
|
-
|
|
|
158
|
+
| Name | Type | Default | Required | Description |
|
|
159
|
+
| ------------ | ---------------- | ------- | -------- | ------------------------------------------ |
|
|
160
|
+
| hideCheckbox | boolean | | false | If `true`, the checkbox won't be rendered. |
|
|
161
|
+
| label | string | | true | Option label. |
|
|
162
|
+
| value | string \| number | | false | Option valie. |
|
|
163
|
+
| [name] | unknown | | false | Customized option property |
|
|
163
164
|
|
|
164
165
|
<h5>Props</h5>
|
|
165
166
|
|