Uncaught ReferenceError: тест не определен при нажатии клавиши http://localhost/register:1
Вот отрывок кода
Моя форма: RegistrationFormType.php
Код: Выделить всё
public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder
->add('username', TextType::class, [
'attr' => ['onkeydown' => 'test()']
])
}
Код: Выделить всё
function test(){
console.log("test");
}
Код: Выделить всё
import './bootstrap.js';
import './styles/new-account.css';
import './controllers/test.js'

Подробнее здесь: https://stackoverflow.com/questions/791 ... m-and-twig
Мобильная версия