taggingJS
taggingJS copied to clipboard
Stop tag input being focussed on page load
Is there a way to stop the tag input from being focussed on page load? My input in halfway down a form and when the page loads I want it not to be focussed so that the user can start at the beginning of the form.
Thanks!
+1
@mhenley-uk I just tweaked the JS line 302, commented this out // return this.$type_zone.focus();
hope this helps!
+1
Hey @earaujoassis did commenting out that line 302 work for you?
It doesn't make a lot of sense to me to leave this in. Tagging inputs are normally toward the bottom of forms and if you have a large form it forces the page to scroll down.
I'm facing exactly the same problem. +1 ...
@mhenley-uk I just tweaked the JS line 302, commented this out // return this.$type_zone.focus();
hope this helps!
this works.