Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

placeholder doesn't work on text inputs #250

Open
samuelcolvin opened this issue Mar 17, 2024 · 0 comments · May be fixed by #304
Open

placeholder doesn't work on text inputs #250

samuelcolvin opened this issue Mar 17, 2024 · 0 comments · May be fixed by #304
Labels
bug Something isn't working
Milestone

Comments

@samuelcolvin
Copy link
Member

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 samuelcolvin added the bug Something isn't working label Mar 17, 2024
@sydney-runkle sydney-runkle added this to the v2.6.0 milestone Apr 19, 2024
@sydney-runkle sydney-runkle modified the milestones: v0.6.0, v0.7.0 May 2, 2024
@sergue1 sergue1 linked a pull request May 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants