laraning / nova-time-field

Laravel Nova Time Field
https://www.laraning.com
MIT License
64 stars 26 forks source link

Fix empty value submittion #49

Closed AlexanderBich closed 3 years ago

AlexanderBich commented 3 years ago

Leaving value empty together with ->nullable() still throws "The field must contain a valid time." exception. That's the fix for that.

laraning commented 3 years ago

Thanks!