Skip to content

Commit

Permalink
Merge pull request #1 from anditsung/disable_field
Browse files Browse the repository at this point in the history
membuat field menjadi readonly supaya tidak menerima input sama sekali
  • Loading branch information
anditsung authored Oct 31, 2019
2 parents 333dea0 + 2429260 commit f5d849e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ErrorMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ public function __construct($name, $attribute = null, $resolveCallback = null)

$this->hideFromIndex();
$this->hideFromDetail();
$this->readonlyCallback = true;
}
}

0 comments on commit f5d849e

Please sign in to comment.