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

Adds the ability to mask field display #13

Merged
merged 6 commits into from
Dec 5, 2018
Merged

Conversation

sixlive
Copy link
Owner

@sixlive sixlive commented Dec 5, 2018

Description

Adds the ability to mask field display values while still copying the actual value

Usage

TextCopy::make('Some Secret String', 'some_secret_string')
    ->mask('❌') // default '*'
    ->truncate(5)

masked-screenshot

@sixlive sixlive self-assigned this Dec 5, 2018
@sixlive sixlive changed the title [WIP] Adds the ability to mask field display Adds the ability to mask field display Dec 5, 2018
@sixlive sixlive merged commit c4a6ff8 into master Dec 5, 2018
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.

None yet

1 participant