FastUI
FastUI copied to clipboard
`placeholder` doesn't work on text inputs
This should work but it doesn't
class RepoForm(BaseModel):
repo: str = Field(json_schema_extra={'placeholder': '{org}/{repo}'}, title='GitHub repository')
I from a brief check, the problem is in python