Skip to content

feat(hideBackdrop) implement feature to hide the backdrop with showBa…#69

Merged
paufau merged 1 commit into
paufau:mainfrom
wendev542:feature/hideBackdrop
Feb 15, 2026
Merged

feat(hideBackdrop) implement feature to hide the backdrop with showBa…#69
paufau merged 1 commit into
paufau:mainfrom
wendev542:feature/hideBackdrop

Conversation

@wendev542

Copy link
Copy Markdown
Contributor

This PR introduces a new prop showBackdrop to the ModalView component. This boolean prop allows consumers to control whether the modal's backdrop should be rendered. The feature is set to true by default which makes it backwards compatible.

Motivation:
There are use cases where a developer might want to display a modal without the visual dimming or the blocking overlay of a backdrop (e.g., custom floating overlays, non-blocking tooltips, or simply managing the backdrop manually). This prop provides that flexibility.

@paufau

paufau commented Feb 15, 2026

Copy link
Copy Markdown
Owner

Great change! I'll merge it and extend documentation, so everyone can start using it.
Thank you!

@paufau
paufau merged commit a7a55b7 into paufau:main Feb 15, 2026
1 check passed
@wendev542

Copy link
Copy Markdown
Contributor Author

@paufau great, thanks! Can you maybe also update the version of the package?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants