commented production order text input box as mandatory
This commit is contained in:
@@ -314,7 +314,7 @@ class StickerReprint extends Page implements HasForms
|
||||
TextInput::make('production_order')
|
||||
->label('Production Order')
|
||||
->reactive()
|
||||
->required()
|
||||
//->required()
|
||||
//->columnSpan(1)
|
||||
->columnSpan(['default' => 1, 'sm' => 1])
|
||||
->afterStateUpdated(function ($state, callable $get, callable $set): void {
|
||||
|
||||
Reference in New Issue
Block a user