Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpatartmajeur authored Jan 9, 2024
1 parent 84894ed commit 4bd0e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Field/Configurator/AssociationConfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public function configure(FieldDto $field, EntityDto $entityDto, AdminContext $c
$field->setFormTypeOption('attr.data-ea-widget', 'ea-autocomplete');
}

$field->setFormTypeOption('attr.data-ea-autocomplete-rnder-items-as-html', true === $field->getCustomOption(AssociationField::OPTION_ESCAPE_HTML_CONTENTS) ? 'false' : 'true');
$field->setFormTypeOption('attr.data-ea-autocomplete-render-items-as-html', true === $field->getCustomOption(AssociationField::OPTION_ESCAPE_HTML_CONTENTS) ? 'false' : 'true');

// check for embedded associations
$propertyNameParts = explode('.', $propertyName);
Expand Down

0 comments on commit 4bd0e72

Please sign in to comment.