Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
24.07k stars 741 forks source link

Refresh input when placeholder reactive is updated #4661

Open darrenburns opened 2 weeks ago

darrenburns commented 2 weeks ago

More of a discussion - I'm not sure why this is required.

When I don't do this explicit refresh and the reactive is changed, the placeholder doesn't always refresh immediately.

If it's a reactive, shouldn't the widget be repainting without the need for this explicit refresh?