Skip to content

Commit 4d9c1b5

Browse files
committed
docs(Rating): sort options table
1 parent 33eed6a commit 4d9c1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/forms/rating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
184184
| --- | --- | --- | --- |
185185
| `activeIcon` | object, string, null | `null` | The default icon to display when the item is selected. |
186186
| `allowClear` | boolean | `false` | Enables the clearing upon clicking the selected item again. |
187+
| `allowList` | object | [Default value]({{< docsref "/getting-started/javascript#sanitizer" >}}) | Object which contains allowed attributes and tags. |
187188
| `disabled` | boolean | `false` | Toggle the disabled state for the component. |
188189
| `highlightOnlySelected` | boolean | `false` | If enabled, only the currently selected icon will be visibly highlighted. |
189190
| `icon` | object, string, null | `null` | The default icon to display when the item is not selected. |
@@ -195,7 +196,6 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt
195196
| `tooltips` | array, boolean, object | `false` | Enable tooltips with default values or set specific labels for each icon. |
196197
| `value` | number, null | `null` | The default `value` of component. |
197198
| `sanitize` | boolean | `true` | Enable or disable the sanitization. If activated `activeIcon`, and `icon` options will be sanitized. |
198-
| `allowList` | object | [Default value]({{< docsref "/getting-started/javascript#sanitizer" >}}) | Object which contains allowed attributes and tags. |
199199
| `sanitizeFn` | null, function | `null` | Here you can supply your own sanitize function. This can be useful if you prefer to use a dedicated library to perform sanitization. |
200200
{{< /bs-table >}}
201201

0 commit comments

Comments
 (0)