sahana / WACOP

Washington State Common Operating Picture
0 stars 0 forks source link

Taggit autocomplete returns empty list #8

Closed dhornbein closed 7 years ago

dhornbein commented 7 years ago

When entering new tags the auto complete feature displays empty containers where suggestions should go.

screen shot 2017-04-28 at 10 20 32 am

Note: the attribute autocomplete="off" appears to be set.

flavour commented 7 years ago

Indeed, currently off: https://github.com/sahana/eden/blob/master/static/themes/WACOP/js/update_tags.js#L16 So perhaps an upstream issue to resolve (or just patch ourselves if upstream won't)

flavour commented 7 years ago

Sorry, wrong link...that one is for create/update forms. The correct link is here, so autocomplete is on: https://github.com/sahana/eden/blob/master/modules/templates/WACOP/controllers.py#L950 We could just disable it?

devinbalkind commented 7 years ago

I'm a big fan of Auto complete so let's keep and fix it.

On Apr 28, 2017 12:01 PM, "Fran Boon" notifications@github.com wrote:

Sorry, wrong link...that one is for create/update forms. The correct link is here, so autocomplete is on: https://github.com/sahana/eden/blob/master/modules/ templates/WACOP/controllers.py#L950 We could just disable it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sahana/WACOP/issues/8#issuecomment-298037520, or mute the thread https://github.com/notifications/unsubscribe-auth/AAbHl6Wf0m9qzyW_-zwJeGz9m6FMiQ00ks5r0g0dgaJpZM4NLjVW .

dhornbein commented 7 years ago

This is working now