Traceton / react-ecommerce

A basic app to showcase my React js skills.
https://traceton-react-ecommerce.herokuapp.com/
0 stars 0 forks source link

Sell item autoSelect required fields depending on item category. #20

Closed Traceton closed 3 years ago

Traceton commented 3 years ago

Currently when listing a item for sale, you have the choices of car, truck, or parts. When selling a car or truck, you don't need a part number, so this field should not be visible to the user, and vice versa with other categories and fields. New useForm initial values might need to be used.

Traceton commented 3 years ago

Issue completed and tested.