Loading core/modules/field_ui/src/Form/EntityDisplayFormBase.php +5 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,11 @@ public function form(array $form, FormStateInterface $form_state) { // spinners will be added manually by the client-side script. 'progress' => 'none', ], '#attributes' => ['class' => ['visually-hidden']], '#attributes' => [ 'class' => ['visually-hidden'], // Ensure the button is not focusable via keyboard navigation. 'tabindex' => '-1', ], ]; $form['actions'] = ['#type' => 'actions']; Loading Loading
core/modules/field_ui/src/Form/EntityDisplayFormBase.php +5 −1 Original line number Diff line number Diff line Loading @@ -268,7 +268,11 @@ public function form(array $form, FormStateInterface $form_state) { // spinners will be added manually by the client-side script. 'progress' => 'none', ], '#attributes' => ['class' => ['visually-hidden']], '#attributes' => [ 'class' => ['visually-hidden'], // Ensure the button is not focusable via keyboard navigation. 'tabindex' => '-1', ], ]; $form['actions'] = ['#type' => 'actions']; Loading