Hi,
The same behavior was found on both the UI kit form and the Atlaskit form when I am writing the onChange method on the select list field then it does not trigger the form submit method in the UI kit and in the Atlas kit form it shows field data undefined on submit function. if I remove the onChange method from the select list I get a field value on the submit event .
how can I write the onChange method on the select list and also get all form data?