Hello everyone, please excuse my lack of experience as I am a beginner in this field. I am trying to figure out how to add a dropdown feature to my search bar so that users can search within the dropdown menu. However, I am facing some challenges with this task and would really appreciate any guidance or advice that you could provide. Below is the code related to this issue.
<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%)