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

feat(input): modify visibilityToggle feature #6863

Merged
merged 6 commits into from
Aug 18, 2023

Conversation

kovsu
Copy link
Member

@kovsu kovsu commented Aug 17, 2023

fix: #6860

@tangjinzhou
Copy link
Member

这样吧
visible: { type: Boolean, default: undefined },
'onUpdate:visible': functionType<(visible: boolean) => void>,

示例和单测我没改

@kovsu
Copy link
Member Author

kovsu commented Aug 18, 2023

这样吧

visible: { type: Boolean, default: undefined },

'onUpdate:visible': functionType<(visible: boolean) => void>,

示例和单测我没改

行,我等下改一下

@kovsu kovsu force-pushed the feat-input-password branch from 610b0cf to 7f4e7c6 Compare August 18, 2023 07:02
@kovsu
Copy link
Member Author

kovsu commented Aug 18, 2023

@tangjinzhou please review.

components/input/index.en-US.md Outdated Show resolved Hide resolved
@kovsu kovsu requested a review from tangjinzhou August 18, 2023 07:59
@kovsu kovsu force-pushed the feat-input-password branch from fb86197 to 1c25d28 Compare August 18, 2023 08:08
@kovsu kovsu requested a review from tangjinzhou August 18, 2023 08:35
@tangjinzhou tangjinzhou merged commit 9c03115 into vueComponent:main Aug 18, 2023
@kovsu kovsu deleted the feat-input-password branch August 21, 2023 00:23
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

a-input-password 用于手动控制密码显隐和显隐密码的回调
2 participants