Skip to content

Numeric TextInput inside Repeater do not show value #16009

Open
@jlucfarias

Description

@jlucfarias

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

  1. Clone the reproduction repository and follow the steps in README
  2. Log-in with the default user (it will be automatically filled)
  3. Open Products resource
  4. Create a Product with percentage discount of any value
  5. 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

No one assigned

    Type

    Projects

    Status

    Todo

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions