Skip to content
Snippets Groups Projects

#Issue:2895663-Updated maxlength.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -93,7 +93,7 @@ function inline_entity_form_reference_form(array $reference_form, FormStateInter
'#selection_handler' => $instance->getSetting('handler'),
'#selection_settings' => $selection_settings,
'#required' => TRUE,
'#maxlength' => 255,
'#maxlength' => NULL,
];
// Add the actions.
$reference_form['actions'] = [
Loading