mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Transfer placeholder and type to generated TypedInput field
This commit is contained in:
		| @@ -159,6 +159,11 @@ | ||||
|                 that.uiSelect.css("margin"+d,m); | ||||
|                 that.input.css("margin"+d,0); | ||||
|             }); | ||||
|                  | ||||
|             ["type","placeholder"].forEach(function(d) { | ||||
|                 var m = that.element.attr(d); | ||||
|                 that.input.attr(d,m); | ||||
|             });     | ||||
|  | ||||
|             this.uiSelect.addClass("red-ui-typedInput-container"); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user