You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to add word completion to some of my riek fields. Currently I am using Awesomplete [1] in my project, and according to the documentation a very simple setup would be, with no explicit Javascript needed (after including css and js):
Hi
I need to add word completion to some of my riek fields. Currently I am using Awesomplete [1] in my project, and according to the documentation a very simple setup would be, with no explicit Javascript needed (after including css and js):
However, it doesn't seem like riek preserves the list attribute. The field is defined:
The Chrome inspection tool shows me that in editing mode the field is:
<input class="awesomplete" value="hat">
The list attribute is missing and awesomplete does not work. Is there some way to make this work or to add any other word completion to a riek field?
Thank you,
[1] http://leaverou.github.io/awesomplete/
The text was updated successfully, but these errors were encountered: