fastui-tutorials icon indicating copy to clipboard operation
fastui-tutorials copied to clipboard

I'm exploring FastUI features and capabilities, and in doing so, I'm developing entry-level examples.

Results 3 fastui-tutorials issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.6.9) - [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.29.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.3...0.29.3) - [github.com/scop/pre-commit-shfmt: v3.8.0-1 → v3.9.0-1](https://github.com/scop/pre-commit-shfmt/compare/v3.8.0-1...v3.9.0-1) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0)

Hello! I need help with PageEvent. I want receive Id in def modal_view from def deliveriy_choice field 'id' How I can do this? I have this code ``` @router.get('/add/delivery', response_model=FastUI,...

https://github.com/hasansezertasan/fastui-tutorials/blob/f8d13a48a41147c47775b711c69a54b9cfba7329/robyn-fastui/app.py#L19-L26