Replies: 1 comment 1 reply
-
Forwarding won't work. We would need to explicitly clone the datalist from the light dom into the shadow dom. There's some further discussion here: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
Sl-Input should support the list attribute but it appears not to.
To Reproduce
Steps to reproduce the behavior:
datalist
element withoptions
inside whose id isdatalist
.sl-input
element whoselist
attribute isdatalist
.Additional information
It would be nice if shoelace forwarded not explicitly used attributes straight to the
input
tag.Beta Was this translation helpful? Give feedback.
All reactions