diff --git a/lib/Surveys.jl b/lib/Surveys.jl index 600e24a..a76c6c7 100644 --- a/lib/Surveys.jl +++ b/lib/Surveys.jl @@ -96,7 +96,7 @@ function Question(id::Symbol, prompt::AbstractString, field::FormField; vcat(nonempty, validators) else vcat(validators) - end + end |> Vector{Function} Question(id, prompt, field, fullvalidators, postprocessors) end