bradtraversy / mern_shopping_list

Shopping List built with MERN and Redux
605 stars 436 forks source link

Check input before submit #14

Open rongbin72 opened 5 years ago

rongbin72 commented 5 years ago

Problem

When adding a new item, if nothing inputted, it will submit a empty name or the last submitted name

Fix