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 password #377

Merged
merged 7 commits into from
Jun 1, 2021
Merged

Feat/input password #377

merged 7 commits into from
Jun 1, 2021

Conversation

wssgcg1213
Copy link
Member

@wssgcg1213 wssgcg1213 commented May 31, 2021

Add password support for input element.

e.g.

const div = document.createElement('div');
const input = document.createElement('input');

input.type = 'password';
input.value = 'HelloWorld';
input.placeholder = "This is placeholder.";

div.appendChild(input);
document.body.appendChild(div);

image

@wssgcg1213 wssgcg1213 requested review from yuanyan and andycall and removed request for yuanyan May 31, 2021 09:11
@answershuto answershuto merged commit a5d0420 into main Jun 1, 2021
@answershuto answershuto deleted the feat/input-password branch June 1, 2021 12:34
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.

3 participants