fix(combo-box): name should be passed to input

Fixes #797
This commit is contained in:
Eric Liu 2022-01-17 13:02:17 -08:00
commit b0e145a673

View file

@ -230,7 +230,6 @@
ref.focus();
}}"
id="{id}"
name="{name}"
disabled="{disabled}"
translateWithId="{translateWithId}"
>
@ -249,6 +248,7 @@
placeholder="{placeholder}"
id="{id}"
value="{inputValue}"
name="{name}"
{...$$restProps}
class:bx--text-input="{true}"
class:bx--text-input--light="{light}"