Skip to content

Option to disable close button#295

Open
IshiniAvindya wants to merge 2 commits intomainfrom
isCloseOn
Open

Option to disable close button#295
IshiniAvindya wants to merge 2 commits intomainfrom
isCloseOn

Conversation

@IshiniAvindya
Copy link
Copy Markdown
Member

Added option to disable close button closes #130

Added option to disable close button closes #130
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Apr 30, 2026

Deploying hyvor-design with  Cloudflare Pages  Cloudflare Pages

Latest commit: 448a836
Status: ✅  Deploy successful!
Preview URL: https://86702c3f.hyvor-design.pages.dev
Branch Preview URL: https://iscloseon.hyvor-design.pages.dev

View logs

import TabNav from '$lib/components/TabNav/TabNav.svelte';
import { confirm } from '$lib/components/Modal/confirm.js';
import ConfirmContent1 from './Modal/ConfirmContent1.svelte';
import { TRUE } from 'sass';
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

closeOnEscape?: boolean;
loading?: boolean | string;
onclose?: () => void;
isCloseOn?: boolean | string;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hasClose

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.

An option to disable the close option in modals

2 participants