diff --git a/resources/js/dashboard.js b/resources/js/dashboard.js index 92d9168..50ce1d7 100644 --- a/resources/js/dashboard.js +++ b/resources/js/dashboard.js @@ -739,7 +739,7 @@ function editItemInit() { }); // watch for changes to input and select element contents - $editItem.find("input, select").on("input change", contentChanged); + $editItem.find("input, textarea, select").on("input change", contentChanged); // initialize back button $backButton.on("click", function() {