When you leave the input field, a function is triggered which transforms the input text to upper case.
Select a new car from the list.
Write something in the input field. When you leave the field, a function is triggered which outputs the value of the input field.
Check the checkbox. When you uncheck it, a function is triggered which outputs the state of the checkbox.
Select a new color from the color picker.
Select a new date from the date picker.
Move the slider. When you release the slider, a function is triggered which outputs the value of the slider.
Write something in the input field. When you press Enter or leave the field, a function is triggered which outputs the value of the input field.
Write something in the textarea. When you press Enter or leave the field, a function is triggered which outputs the value of the textarea.