Added allow numeric only on process_order input
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

This commit is contained in:
dhanabalan
2026-02-05 11:25:24 +05:30
parent 2d7f477263
commit 3f2ef5355e

View File

@@ -179,6 +179,7 @@ class ProcessOrderResource extends Resource
Forms\Components\TextInput::make('process_order')
->label('Process Order')
->reactive()
->numeric()
->length(12)
->afterStateUpdated(function ($state, $set, callable $get, $livewire) {
$plantId = $get('plant_id');