2
0
ncannasse 11 жил өмнө
parent
commit
25fcf6f09f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      h2d/comp/Select.hx

+ 1 - 1
h2d/comp/Select.hx

@@ -24,7 +24,7 @@ class Select extends Interactive {
 	}
 	
 	public function popup() {
-		if( list != null )
+		if( list != null || options.length == 0 )
 			return;
 		var p : Component = this;
 		while( p.parentComponent != null )