Added cursor pointer to the search select placeholder to indicate that it can be clicked.
This commit is contained in:
		| @@ -36,6 +36,7 @@ class SearchSelect extends IgniteElement { | ||||
|                 //Placeholder | ||||
|                 new div() | ||||
|                     .hide([this.value, this.searching], (value, searching) => value || searching) | ||||
|                     .class("cursor-pointer") | ||||
|                     .style("flex", 1) | ||||
|                     .style("opacity", "0.5") | ||||
|                     .style("overflow", "auto") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user