Issue in dcc.Input

Hello Team,

I am trying to make dash app using dcc.Input to fill the number which I have to use in for my next procedure.

I am getting below attached error.
Could you please give me the solution on it.

Property “Value” was used with component ID:
“input2”
in one of the Input items of a callback.
This ID is assigned to a dash_core_components.Input component
in the layout, which does not support this property.
This ID was used in the callback(s) for Output(s):
output-simulation.children

Thanks in advance for your support…!!!

Try "value" instead of "Value"

2 Likes