justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.17k stars 93 forks source link

model_demo2.py "Nothing typed yet" doesn't show #638

Closed byzakyz closed 1 year ago

byzakyz commented 1 year ago

examples/tutorial/model_and_data/model_demo2.py

examples/tutorial/model_and_data/model_demo3.py

the model_update1 method is not working, can't see "nothing Typed yet" when input string is empty. According to the tutorial this method is supposed to override the standard model_update method that Div comes with but its not working

A-animated