mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
feat(number-input): forward focus, blur events to input (#1033)
This commit is contained in:
parent
222d5a90e4
commit
493568f08d
4 changed files with 11 additions and 1 deletions
2
types/NumberInput/NumberInput.svelte.d.ts
vendored
2
types/NumberInput/NumberInput.svelte.d.ts
vendored
|
@ -153,6 +153,8 @@ export default class NumberInput extends SvelteComponentTyped<
|
|||
mouseenter: WindowEventMap["mouseenter"];
|
||||
mouseleave: WindowEventMap["mouseleave"];
|
||||
input: WindowEventMap["input"];
|
||||
focus: WindowEventMap["focus"];
|
||||
blur: WindowEventMap["blur"];
|
||||
},
|
||||
{ label: {} }
|
||||
> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue