Just what it says - I want to be able to turn off the auto-complete function for playlist entry.

Comments

refreshingapathy’s picture

This request stems from the fact that I'm testing Cloudflare (http://cloudflare.com) with my dev site... it seems to really dislike the autocomplete in the station playlist form, pops up all sorts of strange AJAX errors. I'll work through them slowly, but it made me realize that there's no option to turn this off!

refreshingapathy’s picture

Status: Active » Needs review
StatusFileSize
new1.45 KB

I think I got this one. Put the attached together and ran it through my dev, seems to work (but probably isn't the most elegant way of doing this).

drewish’s picture

Status: Needs review » Needs work

Seems like a good feature but I think it'd be better to avoid the AJAX requests. Lets just add a enable autocomplete option that's on by default and have it control if the form element's #autocomplete_path is set.

refreshingapathy’s picture

Good idea. I need to read through the code much more thoroughly before I attempt that.

drewish’s picture

Status: Needs work » Needs review
StatusFileSize
new2.89 KB

Here's sort of what I was thinking. Though now I'm not sure this is really that useful...

refreshingapathy’s picture

Looking at it now, yeah, I'm not sure this is too useful. Up to you if you want to close it as a won't fix.