Explorar el Código

禁用按钮切换步骤表单

jqh hace 5 años
padre
commit
06a83991a1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      resources/views/form/steps.blade.php

+ 1 - 0
resources/views/form/steps.blade.php

@@ -113,6 +113,7 @@ LA.ready(function () {
         selected: {{ $steps->getOption('selected') }},
         transitionEffect: 'fade',
         useURLhash: false,
+        keyNavigation: false,
         lang: {
             next: '{{ trans('admin.next_step') }}',
             previous: '{{ trans('admin.prev_step') }}'