Samuel Colvin

Results 1333 comments of Samuel Colvin

Ye I've seen that too. Either we'll need a way to work out which fields expect lists, or you can just add a before validator to that field to convert...

The problem with components like this is that they have to be responsive, and it's not easy to generalise responsive design without anointing a specific frontend library. Still, I'm happy...

I don't really think it makes sense for the frontend to authenticate with the backend using OAuth2. If you have more concrete details, happy to review.

There's a typo in the message, but the point is you need to use fastapi to use FastUI's form logic, you can use the components without installing FastAPI with any...

It's not required. As I said above, FastAPI isn't required to instantiate and return components, the core of FastUI. The form logic however is specific to the web framework where...

Looks like we need to make some of the imports lazy to support that, probably best to add tests to ensure it stays that way.

Overall, this is looking pretty good, thank you.

PR welcome to add radio buttons, although I generally find `select` a better interface. Stacked checkboxes might be a nice alternative to multi-select.