No data from disabled inputs

Is this normal or a bug? when i've got this:

 TextInput::make('name')->required()->disabled();

The name is not there in

$data = $this->form->getState();
Was this page helpful?