FastUI icon indicating copy to clipboard operation
FastUI copied to clipboard

Build better UIs faster.

Results 174 FastUI issues
Sort by recently updated
recently updated
newest added

it would be great if forms could support `default_factory` values, in particular for dates.

enhancement

I have a use case where I'd like to display images inside of table cells. Is there some Image or other base class I can use for my image data...

enhancement

Could you consider adding a `RawHtml` component? I see a gap in the ability to insert arbitrary HTML like ``. This would help for direct HTML integrations necessary for some...

enhancement

I'm running a local copy of the demo and there's an issue with the Select form. Pressing "Submit" throws a server-side error, and the `post` router method is never run....

bug
documentation

Hello, Is it possible to have editable code form? Use case: building a SQL query form that would be prepopulated from a URL, similar to [this](https://sql-workbench.com/#queries=v0,select-Symbol%2C-Number%2C-Mass%2C-Abundance-from-%27https%3A%2F%2Fraw.githubusercontent.com%2Fekwan%2Fcctk%2Fmaster%2Fcctk%2Fdata%2Fisotopes.csv%27~).

Would it be possible to control the playback time of video? Let's say I have some other component that plots some properties for video processed by my program. This plot...

enhancement

I'm trying to implement a `Search` form. I want to also have a `Clear` button that will reset the text input field of the form: Here is the form model,...

Also added an example to the Users table. Addresses: https://github.com/pydantic/FastUI/issues/248

sorry if its not the place to ask, tell me if so when trying to use arrays in modelforms the error is something like 'not fully supported' what can and...