Posts by João Jácome • 1 point
1 post
-
0
votes2
answers859
viewsA: Fill inputs dynamically after change in select
Assuming that the variable $listaPreco follow the following structure: { produto_id: valor, produto_id2: valor } You can store this value in a Javascript variable (as you were already doing), and…