AdamWathan\Form\Elements\FormControl::enable PHP Method

enable() public method

public enable ( )
    public function enable()
    {
        $this->removeAttribute('disabled');
        $this->removeAttribute('readonly');
        return $this;
    }