mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 12:22:47 +00:00 
			
		
		
		
	more feedback
This commit is contained in:
		@@ -38,6 +38,7 @@ nopaque.Forms.init = function() {
 | 
			
		||||
      for (let selectElement of form.querySelectorAll('select')) {
 | 
			
		||||
        if (selectElement.value === "") {
 | 
			
		||||
          parentElement = selectElement.closest(".input-field");
 | 
			
		||||
          parentElement.querySelector(".select-dropdown").classList.add("invalid");
 | 
			
		||||
          for (let helperTextElement of parentElement.querySelectorAll(".helper-text")) {
 | 
			
		||||
            helperTextElement.remove();
 | 
			
		||||
          }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user