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

Fixes #797
This commit is contained in:
Eric Liu 2022-01-17 13:07:42 -08:00 committed by GitHub
commit a60bc73fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}"