simplesquid/nova-enum-field

Support non int values

atymic opened this issue · 1 comments

Looking at the code it seems that the request value is cast to an int. Since the enum package support strings/etc, we shouldn't cast (and let eloquent handle it)

Thanks @atymic for spotting that!