Loading app/Views/Components/Forms/Input.php +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ class Input extends FormComponent $this->attributes['class'] .= ' px-3 py-2'; } unset($this->attributes['required']); if ($this->required) { $this->attributes['required'] = 'required'; } Loading Loading
app/Views/Components/Forms/Input.php +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ class Input extends FormComponent $this->attributes['class'] .= ' px-3 py-2'; } unset($this->attributes['required']); if ($this->required) { $this->attributes['required'] = 'required'; } Loading