$fieldConfig public property
The default configuration used by field() when creating a new field object. This can be either a configuration array or an anonymous function returning a configuration array. If the latter, the signature should be as follows:
function ($model, $attribute)
The value of this property will be merged recursively with the $options
parameter passed to field().
See also $fieldClass.
public array|Closure $fieldConfig = []
Please login to continue.