Add a remove button ✖ on an input
One simple feature I had to code for work was adding a remove cross button at the end of an input to be able to clear the input faster. I thought it would be very easy to code, but as always I encountered a lot of surprises before being able to implement the feature successfully. …