tagger
tagger copied to clipboard
Workaround for Safari auto-complete focus loss
Input elements in Safari lose focus when the list attribute is added. As a workaround, we set a non-existing dataset id to disable auto-completion instead of removing the attribute. The list attribute is then set from Tagger initialisation.
Fixes #7
Thanks for the PR, I need to create a demo website with this so I can test on BrowserStack it may take a while.
Hey, sorry I've forgotten about your fix. Will check it maybe today and merge it if it works on BrowserStack.
I think it looks correct.