© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
TextInput numeric fields are edited by mouse scrolling with ->live() method - Filament
F
Filament
•
2y ago
•
12 replies
hentiru
TextInput numeric fields are edited by mouse scrolling with ->live() method
Is there a way to disable this behavior
? We need the fields to be live for live validation
, but the mouse scrolling is really annoying
Solution
Try commenting it and see if it still occurs
.
By the way
, you can use
->rules(['numeric'])
->rules(['numeric'])
which still apply the rule but remove the arrows on the input
.
Jump to solution
Filament
Join
A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire
20,181
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
TextInput numeric with step
F
Filament / ❓┊help
3y ago
Type of TextInput numeric()
F
Filament / ❓┊help
3y ago
TextInput->numeric() | Livewire corrupt data
F
Filament / ❓┊help
3y ago
textInput live error
F
Filament / ❓┊help
3y ago