snaha / diete.design

https://diete.design
MIT License
0 stars 0 forks source link

Search input component #210

Closed agazso closed 5 months ago

agazso commented 5 months ago

One way search inputs usually work is to have a magnifying glass icon at the beginning of the input box which stays there even when entering the text. See for example the github search input.

Currently this is not possible with the Input component. It would be good either to be able to add this to the Input component or have a separate Search component that may or may not use the Input component internally.