mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -389,6 +389,11 @@ | ||||
|                 evt.stopPropagation(); | ||||
|             }).on('focus', function() { | ||||
|                 that.uiSelect.addClass('red-ui-typedInput-focus'); | ||||
|             }).on('blur', function() { | ||||
|                 var opt = that.typeMap[that.propertyType]; | ||||
|                 if (opt.hasValue === false) { | ||||
|                     that.uiSelect.removeClass('red-ui-typedInput-focus'); | ||||
|                 } | ||||
|             }) | ||||
|  | ||||
|             // explicitly set optionSelectTrigger display to inline-block otherwise jQ sets it to 'inline' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user