Greetings all and pardon my novice for I am just a mere beginner. I am looking to add a dropdown to my search bar so a user can search in the drop down. I am running into some problems because I am not sure how to do this. If any advice could be spared it would be greatly appreciated. Here is the code that pertains to this problem.
<div style="grid-area: jobNumber;" class="body" >
<input type="search" class="noBorder" placeholder="Job Number">
</div>
SASS
.body
background-color: white
color: $primary-text-color
font-size: 1rem
border: 1px solid transparentize($primary-text-color, .7)
border-radius: .25rem
width: 15rem
min-height: 1rem
padding: .375rem .75rem
transform: scale(130%, 130%)