Hello,
I am trying to work with the Search widget example in ArcGIS JavaScript API 4.4 (Search Widget | ArcGIS API for JavaScript 4.4 ) and I am not able to disable the popup with popupEnabled property. Using version 4.3 of the API is working. Is this a bug?
The example in the documentation that i am trying to use is:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
<title>Search Widget - 4.4</title>
<style>
html,
body,
#viewDiv {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
}
</style>
<link rel="stylesheet" href="https://js.arcgis.com/4.4/esri/css/main.css">
<script src="https://js.arcgis.com/4.4/