Skip to content

Commit 2429260

Browse files
committed
membuat field menjadi readonly supaya tidak menerima input sama sekali
1 parent 333dea0 commit 2429260

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)