-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
is your feature request related to a problem? Please describe.
Everyone knows you can search for a file by uploading it. But what if you don't have it?
Describe the idea / solution you'd like
So, there is this html tag called datalist I learned from a youtube video. It's supposedly used by most search engines like Google. In that video, it's used with the input tag, and linked with it. The actual list could be handled with JS, as the input tag needs the list argument to support it. The video in question (With the info about this tag) can be found in https://www.youtube.com/watch?v=VkWJQe_EsjQ&t=160s
Describe any alternatives you've considered
I couldn't find any other alternatives.
Additional context
I think I already explained myself with the previous statements.