fmfrlx/filamentsecretfield

This is package filamentsecretfield

Maintainers

Package info

github.com/FranciscoMoreira91/FilamentSecretField

pkg:composer/fmfrlx/filamentsecretfield

Fund package maintenance!

fmfrlx

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 3

1.0.1 2025-08-22 17:41 UTC

README

Laravel Logo

Build Status Total Downloads Latest Stable Version License

A custom Filament form field that provides a secure input with a toggle visibility button (eye icon). Fully compatible with dark mode, supports placeholders and labels, and styled consistently with native Filament fields.

Installation

1. Install via Composer

composer require fmfrlx/filamentsecretfield

Usage

 MaskedInput::make('example')
    ->label(__('example')),

Testing

composer test

License

The MIT License (MIT). Please see License File for more information.