method
TextListField.DefaultCallback
Read the configured dynamic default.
Example
field.TextList("tags").DefaultCallback()Returns
The configured default callback, or nil; it is not executed.
DefaultFunc[[]string]How it works
Returns nil when no dynamic default is configured. Reading the callback does not execute it.
Full signature
func (f TextListField) DefaultCallback() DefaultFunc[[]string]Related types
TextListFieldA configurable list of strings.
DefaultFuncChoose a field’s initial value on the server using the request, user, locale, or nearby values.