Skip to content

Commit f5d849e

Browse files
authored
Merge pull request #1 from anditsung/disable_field
membuat field menjadi readonly supaya tidak menerima input sama sekali
2 parents 333dea0 + 2429260 commit f5d849e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ErrorMessage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ public function __construct($name, $attribute = null, $resolveCallback = null)
2727

2828
$this->hideFromIndex();
2929
$this->hideFromDetail();
30+
$this->readonlyCallback = true;
3031
}
3132
}

0 commit comments

Comments
 (0)