dashed/filament-numpad-field

A numpad field to enter pricing.

Fund package maintenance!
Dashed

Installs: 30

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

pkg:composer/dashed/filament-numpad-field

v1.0.5 2025-10-31 14:05 UTC

This package is auto-updated.

Last update: 2025-10-31 14:06:34 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Installation

You can install the package via composer:

composer require dashed/filament-numpad-field

Optionally, you can publish the views using

php artisan vendor:publish --tag="filament-numpad-field-views"

Usage

use DashedDEV\FilamentNumpadField\NumpadField;

NumpadField::make('price')
    ->label('Prijs')
    ->minCents(0)
    ->maxCents(100000);

Add below to your custom theme

@source '../../../../vendor/dashed/**/*.blade.php';

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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