I am using standard lightning-input
LWC component for search field in my project. By default it shows the search icon on the left side inside the field. How can I shift this icon to right side?
I am using the following code:
<lightning-input
name="enter-search"
label="Search when user hits the 'enter' key"
type="search">
</lightning-input>