© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
5 replies
KinBH

Points with decimal

How to make automatic decimal(5,2)

i need put 12345 and automatic convert to 123.45

prefer in real time, but no problem if show after finish write.

public static function form(Form $form): Form
{
return $form
->schema([
Forms\Components\TextInput::make('pontos')
->required()
->numeric()
->minValue(0),
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Formatting price with decimal points in the form builder
FilamentFFilament / ❓┊help
3y ago
Problem with decimal format (EUR) (,)
FilamentFFilament / ❓┊help
3y ago
Thousand separator and decimal separator
FilamentFFilament / ❓┊help
3y ago
Bug when editing decimal values
FilamentFFilament / ❓┊help
3y ago