PhlexPlexico / G5V

A front-end for G5API to manage matches/seasons/tournaments for CS:GO
MIT License
56 stars 29 forks source link

[BUG] GOTV set to required if input is set #33

Closed PhlexPlexico closed 3 years ago

PhlexPlexico commented 3 years ago

Right now there are validation rules surrounding gotv. If you skip past the field, it won't have any issue, but the problem is if you tab over gotv, the requirement fails since it becomes an empty value. Need to adjust the validation rules to allow blanks, and only numeric values.