core/template/components/form_textarea.go

8 lines
118 B
Go
Raw Normal View History

2024-10-08 08:58:42 -04:00
package components
type FormTextarea struct {
ID string
Label string
AllOptions []FormSelectOption
}