Html datalist not working in Textfield. Attribute bindings does not solve

In a stackoverflow answer it was told that this would work, but it does not work with 1.11.3

{{input list="countries"}}

Also a component that extends Ember.TextField and with attributeBindings list does not get it working

{{dl-text list="countries"}}

http://jsbin.com/kukayuzisi/1/edit?html,js demonstrates this.

How do I get datalist work with Ember.Textfield, is it a bug?

1 Like

Iā€™m facing the same problem :frowning: