For availabilityInputHandler function, i think it's better to log the checked propertie because the value that will appear when you click on the check box will still "on". function availabilityInputHandler(event){ console.log(event.target.checked); }
Thank you very much this was exactly what I needed! 😄
For availabilityInputHandler function, i think it's better to log the checked propertie because the value that will appear when you click on the check box will still "on".
function availabilityInputHandler(event){
console.log(event.target.checked);
}
Already updated it in coming lecture 🙂
there is nothing like angular likewise ngformmodule
wrong. in this case, there is no need to elements to be controlled.
wrong. onInput remains only for backward comp. . use onChange always.