Results 2 comments of Alex_FIR_IT

> @app.post("/api/config", response_model=FastUI, response_model_exclude_none=True) > def api_config_update(new_config: Annotated[Config, fastui_form(Config)]): > config.name = new_config.name > config.max_num = new_config.max_num > return [ > c.Json(value=config.model_dump()), > # I want to refresh the page...

Yeah, it works, but not for all components. I found a bug in fastui: if the HTML structure of a new page is the same (even if it's a completely...