Form submit on Enter key press not working, if only one input field in form
A Form with only one input field won't submit on enter key press. It will if there are two input fields or more...
Code to replicate:
$form = \Atk4\Ui\Form::addTo($app);
$form->addControl('id');
// If you uncomment the next line, it will work
//$form->addControl('id2');
Console warning on atkjs-ui-min.js 1:1102
can be reproduced on demos/form/form.php demo (1st form has one field)
currently, the submit even is triggered twice somehow:

can be also reproduced on /demos/interactive/modal.php demo
click Multi Step Modal and then (when input in modal is focused) press Enter key, reload flashes very quickly, but nothing happen
when submit thru Save, the following is shown:

I would expect the same result after Enter key is pressed
hi i want to work on it please let me know if i can contribute to it ?
PR is welcomed
can you assing me this
fixed in Fomantic-UI 2.9.0 (merged into develop already)