michaelplatt07 / recipe-book-react

React version of the RecipeBookUI.
0 stars 0 forks source link

Display serving size #4

Open michaelplatt07 opened 4 years ago

michaelplatt07 commented 4 years ago

Just need a serving size field that can be put in. This needs to be a number field so people can eventually search via that number.

There are really two options here:

  1. Allow users to input via text field and parse it and this may be pretty tedious.
  2. Create a drop down with some predetermined ranges. This has the drawback of maybe not having one of the ranges listed.
michaelplatt07 commented 4 years ago

This should only be a 1 item selection and is not currently. Fix it.