Is there possible to add multi - line text input like ArcMap?
I change textbox to textarea and then add to map but it only shows one long line text.
<input id="value0Box" data-dojo-type="dijit/form/Textarea" value="" placeHolder="enter your text here" data-dojo-props="intermediateChanges:true"></input>
1.
(ArcMap - add text)
2.
(Text input)
3.
(Result add text on map)
Solved! Go to Solution.
I now understand what you are looking for.
Look at this example
Try
<br />
This is a line break.
It didn't work! Refer to the simple code on this discussion - add text to map (https://community.esri.com/message/398430#398430) but possible multi -line text?
Is there a way to do this in webappbuilder?