-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add support for unique TextFields #332
Add support for unique TextFields #332
Conversation
Hello @diesieben07! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2021-05-17 21:27:10 UTC |
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## main #332 +/- ##
=======================================
Coverage 96.32% 96.32%
=======================================
Files 6 6
Lines 272 272
=======================================
Hits 262 262
Misses 10 10
Continue to review full report at Codecov.
|
@all-contributors please add @diesieben07 for test, bug |
I've put up a pull request to add @diesieben07! 🎉 |
@all-contributors please add @diesieben07 for code |
I've updated the pull request to add @diesieben07! 🎉 |
Adds support for
unqiue
onTextField
, similar toCharField
.Fixes #331.