Does anyone know of a way to create a datalist
field using WTForms in Flask?
I know how to create a SelectField
but I need to allow the user to enter their own value if it isn't in the list.
This is what I want to do http://www.w3schools.com/tags/tag_datalist.asp
Thanks
<datalist></datalist>
? – Sundin