You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this on a search input field. If I press the submit button the form submits to action url /search/test.
However if I use disableAutoFill() on the field pressing ENTER seems to generate a random URL to submit too. ?=ujzykrirf =test.
Not entirely random as it uses the randomly generated name of the input field.
<input id="searchFoundInput" type="search" class="search-field" placeholder="Search by postcode, feature, location type or reference" value="" name="ujzykrirf">
All browsers.
The text was updated successfully, but these errors were encountered:
Using this on a search input field. If I press the submit button the form submits to action url
/search/test
.However if I use disableAutoFill() on the field pressing ENTER seems to generate a random URL to submit too.
?=ujzykrirf =test
.Not entirely random as it uses the randomly generated name of the input field.
All browsers.
The text was updated successfully, but these errors were encountered: