Example #1
0
 protected function renderDisabled() : string
 {
     return HtmlUtility::form()->input('text', $this->elementName(), $this->value()->original(), ['disabled' => 'disabled']);
 }