seanmturley / natureddit

A simple Reddit client, featuring a landing page dedicated to nature with posts pulled from a curated list of subreddits.
0 stars 1 forks source link

Add button to clear search input #131

Closed seanmturley closed 1 year ago

seanmturley commented 1 year ago

Description

There should be a button the clear the search input so the user can start afresh.

Approach

Unfortunately Firefox doesn't support the "default" approach of simply adding type="search" to the input. This necessitates the addition of an <input type="reset"> to act as a button.

This will require some HTML restructuring and restyling. A decent approximation of how to approach this is the Reddit search bar.

seanmturley commented 1 year ago

Done.

A summary of the work: