pallets-eco/flask-wtf

Autocomplete input suggestion field

Closed this issue · 2 comments

If it is possible to have a autocomplete input suggestion, I noticed that there is some implementation using javascript to enable it, but I wonder if that could be a field object of input?

image

This is outside the scope of this library. Pick a JavaScript library, such as select2.

This is outside the scope of this library. Pick a JavaScript library, such as select2.

Thanks for your update. May I ask a quick question here?

In a lot of cases, we will need to select domain1, showing options 123; domain2, showing options 456.

If there is a easy way to selection field with condition? This is why I am thinking autocomplete would be helpful