The FormModal component displays a modal dialog, wrapped in a form. Subclasses should implement the className, title, and content methods.
FormModal
className
title
content
Get the class name to apply to the modal.
Get the content of the modal.
Get the title of the modal dialog.
The
FormModalcomponent displays a modal dialog, wrapped in a form. Subclasses should implement theclassName,title, andcontentmethods.