the-collab-lab / tcl-75-smart-shopping-list

2 stars 2 forks source link

Finish refactoring of AddItems, ShareList, TextInputElement and RadioInputElement components #41

Closed kweeuhree closed 1 month ago

kweeuhree commented 1 month ago

Summary

1) In AddItems component, refactor radioInputOptions object to follow DRY principles;
2) In AddItems component, remove logic that checkes whether item name string is empty;
3) Pass 'label' prop instead of 'children' prop into TextInputElement and RadioInputElement;
4) Pass 'required' as a prop into TextInputElement and RadioInputElement.