-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Utilização do componente Money em live() com Placeholder #10
Comments
Testou |
Sim, retorna o mesmo. |
Um detalhe interessante. Se colocar o cursor no lado esquerdo do valor (ficando a esquerda da vírgula, sendo os números inteiros) e adicionar um número, o retorno é correto. |
é por conta do javascript.. |
@mliell verifica essa versão por favor |
Opa Leandro!! Testei aqui mas o problema persiste... leandrocfe/filament-ptbr-form-fields: 3.1.0 Exemplo: Screen.Recording.2024-10-14.at.09.48.21.mov |
What happened?
Ao utilizar o componente Money e obter um get em um Placeholder o mesmo está retornando valores incorretos.
Segue vídeo demonstrando em uma aplicação teste:
Gravacao.de.tela.de.2023-08-31.14-42-04.webm
Como podem ver no vídeo, somente obtendo um get do live() que os valores retornados estão incorretos, ao salvar no banco está ok.
Segue o repositório do código utilizado: https://github.com/mliell/Erro-money-placeholder
How to reproduce the bug
Crie um input tipo Money com live():
Money::make('valor1')->live(),
Retorne os dados em um placeholder:
Placeholder::make('Valor_1')->content(function ($get) { return $get('valor1'); }),
Ou baixe o repósitório https://github.com/mliell/Erro-money-placeholder
Package Version
3.0.1
PHP Version
8.1.12
Laravel Version
10.21.0
Which operating systems does with happen with?
No response
Notes
Banco de dados utilizado: sqlite
The text was updated successfully, but these errors were encountered: