Autot focus added
This commit is contained in:
@@ -38,6 +38,7 @@ class PlantResource extends Resource
|
|||||||
->integer()
|
->integer()
|
||||||
->reactive()
|
->reactive()
|
||||||
->placeholder('Scan the valid code')
|
->placeholder('Scan the valid code')
|
||||||
|
->autofocus(true)
|
||||||
->minValue(1000)
|
->minValue(1000)
|
||||||
->afterStateUpdated(function ($state, callable $set, callable $get) {
|
->afterStateUpdated(function ($state, callable $set, callable $get) {
|
||||||
$codeId = $get('code');
|
$codeId = $get('code');
|
||||||
|
|||||||
Reference in New Issue
Block a user