setValue(string $value) Sets the value of the field.
class InputFormField extends FormField
bool isDisabled() Check if the current field is disabled.
class FileFormField extends FormField
bool hasValue() Returns true if the field should be included in the submitted values.
upload(string $value) Sets the value of the field.
array availableOptionValues() Returns list of available field options.
ChoiceFormField disableValidation()
bool isDisabled() Check if the current selected option is disabled.
Page 2 of 3