You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FwbModal component implementation does not match the documented API. According to the documentation, the component should accept props such as overlayClass, layoutClass, and others. However, inspecting the source code of src/components/FwbModal/FwbModal.vue shows that these props are not actually implemented.
Compare with the actual prop interface in FwbModal.vue.
Props like overlayClass or layoutClass and the rest of class related props are missing.
Expected behavior
All documented props (e.g., overlayClass, layoutClass, etc.) should be implemented on the FwbModal component, or the documentation should be updated to reflect the correct list of props.