feat(Select/SelectMenu/Tabs): expose trigger refs

Resolves #4292
This commit is contained in:
Benjamin Canac
2025-06-12 15:38:43 +02:00
parent 8781a07909
commit 7a2bd4e617
11 changed files with 63 additions and 7 deletions

View File

@@ -287,8 +287,8 @@ name: 'input-number-slots-example'
When accessing the component via a template ref, you can use the following:
| Name | Type |
|----------------------------|-------------------------------------------------|
| `inputRef`{lang="ts-type"} | `Ref<HTMLInputElement \| null>`{lang="ts-type"} |
| -------------------------- | ----------------------------------------------- |
| `inputRef`{lang="ts-type"} | `Ref<InstanceType<typeof NumberFieldInput> \| null>`{lang="ts-type"} |
## Theme