@YerikAH
Sebastian
@sebix0nusAll comments
- @sebix0nus
Hello! 👋
When I type in the number of people I should get the result right away, but unfortunately it only shows up when I press on the result panel. Maybe try to use .oninput event in a function on your input.
Something like this in example: numberOfPeople.oninput = () => { }
Cheers!