Compare commits
2 Commits
a35185e4b1
...
29fecaea3d
| Author | SHA1 | Date | |
|---|---|---|---|
| 29fecaea3d | |||
|
|
88346b9ad8 |
@@ -135,8 +135,8 @@ class InvoicePendingReason extends Page
|
||||
TextInput::make('remark')
|
||||
->label('Remark')
|
||||
->reactive()
|
||||
->maxLength(20)
|
||||
->helperText('Max 20 characters allowed.')
|
||||
->maxLength(40)
|
||||
->helperText('Max 40 characters allowed.')
|
||||
->extraAttributes([
|
||||
'wire:keydown.enter.prevent' => 'addRemark($event.target.value)',
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user