Summary
Form Customizers are one of the ways to customize the list forms in which we have full control over the rendering of the fields of the item and save and cancel events.
In this chapter, we have seen how to create a Form Customizer to meet the requirements. We started by understanding what a Form Customizer is and how it can be used to update the view, edit, and display forms of list items.
We added a form customizer to the existing solution and added static data to display a product. After that, we used Microsoft Graph to get and edit a product from the Products list.
In the next chapter, we will see how to visually notify users when the stock is low using an Application Customizer.