PopupOptions
Configure your form to display above the rest of your site as a popup.
Overview
Specify popup options in your embedded <Feathery.Form> to easily display it as a popup over existing content rather than inline with the content.
Behavior-wise, the form will appear over your existing content. Any visible content below will be darkened and blurred, and users will be able to exit the popup by clicking outside of it or the X
in the top-right corner.
Usage
Both of the PopupOptions
parameters, the show
flag and onHide
callback function, must be specified in order for the popup to work properly.
PopupOptions parameters
Last updated