I have made a form using HTML and CSS and I am trying to put a search icon all the way on the right side of the search bar something like this. I am wondering how can I use ionicons to achieve that ?
Here is the fiddle for the form.
The HTML code which I am using in order to create the search bar is:
<div id="myInput">
<input type="text" onkeyup="myFunction()" placeholder="Search.." title="Type in a name">
</div>