Open
Description
Package
filament/filament
Package Version
v3.3.8
Laravel Version
v11.44
Livewire Version
v3.6.1
PHP Version
PHP 8.2
Problem description
When creating a resource with a Repeater component for a HasMany relationship with a model that have a decimal property and add a numeric input inside the Repeater, the value value of the decimal property is not showed
Expected behavior
The value is showed correctly
Steps to reproduce
- Clone the reproduction repository and follow the steps in README
- Log-in with the default user (it will be automatically filled)
- Open Products resource
- Create a Product with percentage discount of any value
- See that the value is not showed
Obs. 1: The above steps is the same as in the GIF in README at reproduction repository
Reproduction repository (issue will be closed if this is not valid)
https://github.com/jlucfarias/filament-input-number-repeater-bug
Relevant log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo