Merge pull request 'changed max length in invoice pending reason' (#200) from ranjith-dev into master
Reviewed-on: poc/pds#200
This commit is contained in:
@@ -135,8 +135,8 @@ class InvoicePendingReason extends Page
|
|||||||
TextInput::make('remark')
|
TextInput::make('remark')
|
||||||
->label('Remark')
|
->label('Remark')
|
||||||
->reactive()
|
->reactive()
|
||||||
->maxLength(20)
|
->maxLength(40)
|
||||||
->helperText('Max 20 characters allowed.')
|
->helperText('Max 40 characters allowed.')
|
||||||
->extraAttributes([
|
->extraAttributes([
|
||||||
'wire:keydown.enter.prevent' => 'addRemark($event.target.value)',
|
'wire:keydown.enter.prevent' => 'addRemark($event.target.value)',
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user