A 'required' option to ensure empty strings aren't provided #422
Honest-Objections
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
If you don't provide a default value, the answer is required, isn't it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you set the
typeto choices, the user must pick one before proceeding. Unless it's been changed since the version I'm using, typestrcan be (very rightly) empty. However it would be great to enforce that a not null answer is given:The user must then provide a not None answer before they can continue
Beta Was this translation helpful? Give feedback.
All reactions