godotengine / godot-asset-library

PHP frontend for Godot Engine's asset library
https://godotengine.org/asset-library
MIT License
292 stars 87 forks source link

Automatically show and hide search options #179

Open iman-salmani opened 5 years ago

iman-salmani commented 5 years ago

hide: image

show: image

in small screen: hide: image

show: image

bojidar-bg commented 5 years ago

:focus-within is unsupported on some browsers, especially Edge and Android's default browser. Additionally, I don't know if there is a way to focus the inside of an invisible form on mobile.

iman-salmani commented 5 years ago

Can I put a button next to the search input and use javascript(add show, hide style) to display options? for example: image

bojidar-bg commented 5 years ago

@iman-salmani that would be fine, as long as it is shown by default when javascript is disabled, or if the button works without javascript.