Numpad field plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Numpad field

A numpad field for Filament.

Tags: Forms Form Field
Supported versions:
4.x
Robin van Maasakker avatar Author: Robin van Maasakker

Documentation

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.

The author

Robin van Maasakker avatar Author: Robin van Maasakker

👋 Hi, I'm Robin — Founder of Dashed

We’re a digital agency that builds bold, fast, and future-proof web platforms.
Our specialty? Laravel-based SaaS, custom e-commerce, and high-performance Filament dashboards —
all built with care, creativity, and a touch of obsession for clean code.

Plugins
1
Stars
3