✨ Started main quote with bool types for EditForm.
This commit is contained in:
@ -201,6 +201,7 @@ func RenderField(b *bytes.Buffer, v *reflect.Value, field reflect.StructField, i
|
||||
}
|
||||
|
||||
// TODO: Render bool type
|
||||
b.WriteString(components.InputBool(idPrefix+field.Name, fieldValue.Bool(), field.Name, field.Tag.Get("tooltip")))
|
||||
return
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user