TIPOFF / locations

Laravel Package for locations in markets
MIT License
0 stars 1 forks source link

Abbreviation Nova field doesn't have a character limit #104

Closed chx2 closed 3 years ago

chx2 commented 3 years ago

While the Location Nova resource has support for adding abbreviations, it does not appear to limit the amount of characters for Abbreviations. Abbreviations should only be four characters which leads to SQL errors being thrown if input in Nova is greater than 4. There needs to be a way to limit the characters in Nova fields.