go-playground / validator

:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
MIT License
16.06k stars 1.29k forks source link

Required_if, excluded_unless and excluded_if checks the slice size instead of checking slice elements #1256

Open lucasoares opened 2 months ago

lucasoares commented 2 months ago

I think it would be useful for a new validation to check slice content instead of its size.