Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Nova Secret Field

This package provides a custom secret field that can be toggled to see its value.

index
detail
edit

Install

composer require norman-huth/nova-secret-field

Usage

use NormanHuth\SecretField\SecretField;

class Client extends Resource
{
    // ...
    public function fields(NovaRequest $request): array
    {
        return [
            SecretField::make(__('Token'), 'token'),
        ];
    }

Options

Same as a text field and disable „copy to clipboard“ method:

SecretField::make(__('Token'), 'token')->disableClipboard(),

Translate/Message text

Default:

{
    "Copied": "Kopiert",
    "Copying failed": "Kopieren fehlgeschlagen"
}

Change messages

SecretField::make(__('Token'), 'token')
    ->copiedMsg(__('Copied'))
    ->failedMsg(__('Copying failed')),

Misc

For Nova 3:
nalingia/nova-secret-field


More Laravel Nova Packages

Stand With Ukraine

Woman. Life. Freedom.

Back to Top
Added 3 years ago
Last updated 3 Years Ago
Version 1.0.2
Nova Version ^4.0.0
Composer
norman-huth/nova-secret-field
GitHub stars 3
Packagist downloads 51,911

Favorites

4 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas