-
Notifications
You must be signed in to change notification settings - Fork 13
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
Raise a better error message when select*
are given non string options
and no preprocessor is given
#139
Comments
Hey hey, it's not supposed to work for other types than strings, It is also typed wrong, I'll take a look at this over the weekend also. If you want to use other types than strings you can either handle it yourself prior or there is a |
Yea I too noticed the typing there seems to be wrong... It states that a tuple of integers is an allowed type for the list's items. Why wasn't it simply |
Only god and I knew when it was written - now only god knows. |
Thankfully God created Linus Torvalds that gave us Git, and Git should know? |
BTW using preprocessor works great 👍 . |
I skimmed blame, couldn't figure it out 🤷 |
Maybe it'd be nice if the |
select_multiple
doesn't work with non string lists of options
?select*
are given non string options
and no preprocessor is given
MWE:
The text was updated successfully, but these errors were encountered: