mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Use HTMLDivElement instead of HTMLElement in ComboBox
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
This commit is contained in:
parent
0b21a6d3f3
commit
d436e5928e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
|
||||
/**
|
||||
* Obtain a reference to the list HTML element
|
||||
* @type {null | HTMLElement} [ref=null]
|
||||
* @type {null | HTMLDivElement} [ref=null]
|
||||
*/
|
||||
export let listRef = null
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue