FastUI icon indicating copy to clipboard operation
FastUI copied to clipboard

`placeholder` doesn't work on text inputs

Open samuelcolvin opened this issue 1 year ago • 0 comments

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

samuelcolvin avatar Mar 17 '24 14:03 samuelcolvin