elemento icon indicating copy to clipboard operation
elemento copied to clipboard

https://www.w3schools.com/tags/att_input_list.asp

Open oedemis opened this issue 3 years ago • 4 comments

Is there also support for datalist for intput ?

oedemis avatar May 11 '21 10:05 oedemis

Not explicitly. But you could use one of the builder methods in Elements: https://github.com/hal/elemento/blob/develop/core/src/main/java/org/jboss/elemento/Elements.java#L925

hpehl avatar May 11 '21 10:05 hpehl

and PRs are always welcome 😉

hpehl avatar May 11 '21 10:05 hpehl

no idea how i can realize a simple input with the above builders : input list="elementolist"

oedemis avatar May 11 '21 10:05 oedemis

Take a look at https://github.com/hal/elemento/blob/develop/core/src/main/java/org/jboss/elemento/Elements.java to get some inspiration. Don't hesitate to ask more question here.

hpehl avatar May 13 '21 08:05 hpehl

<datalist> is now supported by Elemento: https://hal.github.io/elemento/org/jboss/elemento/Elements.html#datalist()

hpehl avatar Aug 17 '23 16:08 hpehl