PeterYusuke
PeterYusuke
Close #632.
Now, rendering textare should work.
@forhonourlx In my local environment, clear_area function is triggered. ``` ready - started server on 0.0.0.0:3000, url: http://localhost:3000 event - compiled client and server successfully in 2.3s (757 modules) wait...
@info2wodayile I need some investigations. Could you please make new issue of this?
This is because hot loading works only development. If you want you can make pr with ease!!
According to [React document](https://reactjs.org/docs/forms.html) this is the right way. I think thera are two reasons the cursor jumps to end of text: 1. reset the input value with state's value....
Most of f-string work exept for @sserve-kr mentioned one. I think this related to accesibility of state var. * shows value Pure python object. ```py class State(pc.State): text: str =...
It seems like the process does not have permission to access the folder. Did you try to run the app with administrator?
I tried to reproduce this but couldn’t. With reflex version 0.5.10, I killed the process using Ctrl + C. Which version do you use?