How can I get value from input form as a global variable?
Thanks
How can I get value from input form as a global variable?
Thanks
Hi Anastasia,
Not sure what you’re motivations are for wanting to convert the input form as a global variable- but from earlier documentation, I’ve heard its generally discouraged to use global variables for Dash apps.
Personally, if it works, I would suggest instead taking the value from the input form and storing it in dcc.store or a hidden div. Let me know if an example would be helpful.
Jon
Related with jon_peter answer you can read this link:
global
variables will break your app