1
0
Fork 0
forked from goffee/core

template with select multiple, input custom attribute

This commit is contained in:
jacs 2025-04-15 07:23:34 -05:00
parent 530a1171e6
commit e3748c853f
4 changed files with 13 additions and 1 deletions

View file

@ -5,6 +5,7 @@ type FormSelect struct {
SelectedOption FormSelectOption
Label string
AllOptions []FormSelectOption
IsMultiple bool
}
type FormSelectOption struct {