Hi everyone!,
I working with ArcGIS 4.x Javascript API. I wanna add a input area in custom popup cause field workers must add text in the this area.
employeePopupTemplate.content = "<h3>Adress: /h3><input class='inputArea' type='text'>";
when I work with the above code, I am able to add h3 html tag but doesnt see input area on my popup.
How can I add a input area with Esri Javascript API ?
here is an good example to create provided by esri
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/?sample=popup-editaction
Thank you for answer but I am looking for different I wanna add input box in popup window