So I have a search form that works properly as far as searching goes, but when you enter something to search for and hit enter it will search for that and return results but then the cursor moves to the beginning of the text box you enter the value to search for in. What this leads to is if you immediately type in a new value it puts it to the beginning. So if you searched for 'Jones' then hit enter and start typing something else it will be 'xyzJones'. Is there a way to make it clear what is entered in to the text box or at least select the text after searching so it will overwrite?