Feed up yet of looking at weather apps

Feed up yet of looking at weather apps…well here’s another one to critique.

http://codepen.io/joelpeyton/pen/XjEAWA/

1 Like

It works very well. My only problem was getting the search bar to empty so I could type. I tried typing before hitting the button.:yum:

But I got to visit my local area as well as my favorite area.

Yep, I agree. Did look at a work round for that, I’m sure normally when you click the cursor in an input box the initial text disappears.

If you add an attribute of
placeholder="Enter your location"
to the input element on your form it should work. Also clear the string within the value attribute.

2 Likes

Thanks for that dg much appreciated