Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[comp:Popconfim] 气泡确认框 #555

Closed
1 task
ttdegit opened this issue Nov 26, 2021 · 1 comment
Closed
1 task

[comp:Popconfim] 气泡确认框 #555

ttdegit opened this issue Nov 26, 2021 · 1 comment
Assignees

Comments

@ttdegit
Copy link
Contributor

ttdegit commented Nov 26, 2021

  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

What does the proposed API look like?

Popconfim 气泡确认框

名称 说明 类型 默认值 全局配置 备注
cancelButton 取消按钮的属性 ButtonProps - - -
cancelText 取消按钮的文本 string 取消 - -
okButton 确认按钮的属性 ButtonProps - - -
okText 确认按钮的文本 string 确定 - -
title 浮层的标题 string | #title - - -
target 浮层容器节点 string | HTMLElement ix-Popconfim-container -
onCancel 点击取消按钮的回调 (evt?: Event | unknown) => unknown - - 执行完回调后,默认会关闭对话框,返回 false 的时候,将阻止关闭
onOk 点击确认按钮的回调 (evt?: Event | unknown) => unknown - - 执行完回调后,默认会关闭对话框,返回 false 的时候,将阻止关闭
@idux-bot
Copy link

idux-bot bot commented Nov 26, 2021

Translation of this issue:

[COMP: POPCONFIM] Bubble Confirmation Box

What proBLEES THIS Feature SOLVE?

What does the proposed API LOOK LIKE?

@danranVm danranVm mentioned this issue Nov 30, 2021
95 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants