openwrt-firmware-selector/public
Sudhanshu Gautam 66b4d9a86f fixes toggle search result and remove gfont dependency
Previously, the search resutls were displayed only when the search
input was in focus and were hidden when it went out of focus. In
order to make the options in the list work, the focus out event
was delayed by 300ms.
Now, to get rid of the delay, an onClick event is added to the outer-
most container of the component which checks if the clicked element
(target of the event) is an descendant of the 'search-container'
class housing the search input. If it is an descendant and the
search query is not empty, then the result list is displayed otherwise
it is hidden.

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
2019-07-03 16:32:59 +05:30
..
favicon.ico initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30
index.html fixes toggle search result and remove gfont dependency 2019-07-03 16:32:59 +05:30
manifest.json initializes the base for the firmware wizard 2019-06-26 02:43:24 +05:30