1
0
forked from poc/pds

commented production order text input box as mandatory

This commit is contained in:
dhanabalan
2025-07-29 11:35:13 +05:30
parent b1df9f8b87
commit 8c5f2b5b39

View File

@@ -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 {