Skip to content

Commit 3c21954

Browse files
[6.x] Clarify that character_limit option is only a recommendation (#14102)
1 parent f44ddd1 commit 3c21954

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lang/en/fieldtypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
'terms.title' => 'Taxonomy Terms',
197197
'text.config.append' => 'Add text after (to the right of) the input.',
198198
'text.config.autocomplete' => 'Set the autocomplete attribute.',
199-
'text.config.character_limit' => 'Set the maximum number of enterable characters.',
199+
'text.config.character_limit' => 'Set the recommended maximum number of enterable characters. To enforce a hard limit, use the [`max`](https://laravel.com/docs/master/validation#rule-max) validation rule.',
200200
'text.config.input_type' => 'Set the HTML5 input type.',
201201
'text.config.placeholder' => 'Set placeholder text.',
202202
'text.config.prepend' => 'Add text before (to the left of) the input.',

0 commit comments

Comments
 (0)