Closed anchovy closed 2 years ago
Thanks, but any reason to not just use $event->hasErrors()
rather than checking each attribute?
No, just didn't think of that, would be the best solution. Want me to update?
Nah, after a 2s thought, probably best to check for this, as you're adding an error to the specific tab, so you'll want to check for errors only on things in the tab. You've done the right thing!
v1.4.23 added Date/Time validation but didn't include adding the error state to the tab. This PR adds the error state if one of the fields has an error.