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): masking string in if password is set #5

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

slhay28
Copy link
Contributor

@slhay28 slhay28 commented Jun 17, 2024

Description

LUI-1506
Adds password property to mask input title field with character provided

Changes

  • adds password control to stories
  • adds password property

Testing

set password property in story and type into input field. Notice how characters are hidden by passed in password property

/**
* character to use as a mask when password is true
*/
password?: string;
Copy link
Contributor

Choose a reason for hiding this comment

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

can we call this passwordMask or something so it's a little more clear what it's purpose is?

@slhay28 slhay28 merged commit 52f185b into main Jun 18, 2024
3 checks passed
@anthony9187 anthony9187 deleted the feat/Input-mask branch July 15, 2024 17:51
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