Skip to content

Kirby 5.2.0

$field->fillWithEmptyValue()

Preferred name would be ::reset but this is taken by options in other fields.

$field->fillWithEmptyValue(): Kirby\Form\Field

Return type

Kirby\Form\Field

This method does not modify the existing $field object but returns a new object with the changes applied. Learn more →

Parent class

Kirby\Form\Field