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

Added textarea as form field #139

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Conversation

Dejiah
Copy link
Contributor

@Dejiah Dejiah commented Dec 30, 2023

fixes #116.

Adds the possibility to annotate your str field in the Pydantic model as Textarea, which renders it accordingly in the frontend.

Screenshot 2023-12-30 at 15 39 06

Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cec25c6) 94.05% compared to head (49fd3f6) 94.18%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #139      +/-   ##
==========================================
+ Coverage   94.05%   94.18%   +0.13%     
==========================================
  Files          11       11              
  Lines         723      740      +17     
==========================================
+ Hits          680      697      +17     
  Misses         43       43              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samuelcolvin samuelcolvin merged commit 4037679 into pydantic:main Feb 7, 2024
16 checks passed
@samuelcolvin
Copy link
Member

awesome, thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Textarea HTML element
2 participants