IsMultiple implements [MultiValuer] interface and checks whether the current field options support multiple values.
()
| 136 | // IsMultiple implements [MultiValuer] interface and checks whether the |
| 137 | // current field options support multiple values. |
| 138 | func (f *SelectField) IsMultiple() bool { |
| 139 | return f.MaxSelect > 1 |
| 140 | } |
| 141 | |
| 142 | // ColumnType implements [Field.ColumnType] interface method. |
| 143 | func (f *SelectField) ColumnType(app App) string { |
no outgoing calls
no test coverage detected