@ -97,7 +97,7 @@ func (f Field) Name() string {
func (f Field) List() bool { return f.list }
// Type returns the scalar type of the field.
func (f Field) Type() reflect.Kind {
func (f Field) Type() FieldType {
if !f.input {
return f.typ
}
The note is not visible to the blocked user.