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
Hello,
when using the searchbar the "enter" key refreshes the page which isn't what I need to do.
After investigating a little it appears the problem is in this line:
<form v-if="searchEnabled" role="search">
'enter' Keypress submits the form so the page is refreshed so I suggest a preventDefault on the submit.
Please if there is a workaround i'm all ears.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
when using the searchbar the "enter" key refreshes the page which isn't what I need to do.
After investigating a little it appears the problem is in this line:
<form v-if="searchEnabled" role="search">
'enter' Keypress submits the form so the page is refreshed so I suggest a preventDefault on the submit.
Please if there is a workaround i'm all ears.
Thank you.
The text was updated successfully, but these errors were encountered: