Skip to content

Commit 96d8ef9

Browse files
authored
Merge branch 'main' into kw/fix/SDK-216
2 parents 98bb629 + 8087856 commit 96d8ef9

File tree

46 files changed

+1235
-241
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1235
-241
lines changed

docs/component-adapter/component-inventory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -624,6 +624,8 @@ type PaginationItemsPerPage = 5 | 10 | 50
624624
| **name** | `string` | No | - |
625625
| **type** | `"number" \| "submit" \| "reset" \| "button" \| "checkbox" \| "radio" \| "search" \| "color" \| "date" \| "datetime-local" \| "email" \| "file" \| "hidden" \| "image" \| "month" \| "password" \| "range" \| "tel" \| "text" \| "time" \| "url" \| "week" \| string` | No | - |
626626
| **placeholder** | `string` | No | - |
627+
| **min** | `string \| number` | No | - |
628+
| **max** | `string \| number` | No | - |
627629
| **aria-describedby** | `string` | No | Identifies the element (or elements) that describes the object. |
628630
629631
## TextProps

0 commit comments

Comments
 (0)