I was wondering why adding quantity wouldn’t show attendee fields. I’ve found out that the meta.js in “wp-content/plugins/event-tickets-plus/src/resources/js/meta.js” wasn’t loaded.
I’ve created a wp_register_script in my functions.php and it works now.
You should probably look on how this script is loaded guys!