Closed DSAGRO3F closed 1 month ago
@T4rk1n does the example code look good to you?
@DSAGRO3F You are returning print from the callback here:
def update_input(text_input):
return print(f'output: {text_input}')
print doesn't return anything.
Many thanks!
Thank you so much for helping improve the quality of Dash!
We do our best to catch bugs during the release process, but we rely on your help to find the ones that slip through.
Describe your context Google Colab Pro
pip list | grep dash
belowif frontend related, tell us your Browser, Version and OS
Describe the bug
Using app Dash with dcc.Input() callback I noticed output is not updated accordingly. No error message. If I input "hello" in text box, output should be updated to "hello", instead initial value remains.
Expected behavior
If I input "hello" in text box, output should be updated to "hello", instead initial value remains..
Screenshots