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