Empty select option results in a dash ? why? #973
Replies: 1 comment
-
@helderneves91 thanks for reporting! This isn’t a feature request so I’m going to close it. Please open an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, my validations was failing and when I dump the validated() data I found something not that interesting to me.
When using select, like this:
and selecting the first option (the empty one), results in a dump like:
"site_id" => "-"
using
$this->validated()
This messes up the inputs that should be null or integer...
Any help?
Beta Was this translation helpful? Give feedback.
All reactions