Merge pull request 'changed max length in invoice pending reason' (#200) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 11s
Reviewed-on: #200
This commit was merged in pull request #200.
This commit is contained in:
@@ -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