Hey all -
I thought this would be a simple modification, but I find myself stumped.
In the OOB Web AppBuilder "Coordinate Conversion" widget, I would like to change the default prompt text to something other than "Enter coordinates or click on map". Ideally, I'd like different text in the input and output text areas, but the input is most important.
Things I've tried so far:
1. Changing the nls/strings.js entry that matches the current text. This has no effect. The key name for the text string ("coordinateInputLabel") isn't called anywhere.
2. Investigating setting a label/name/placeholder value in the Widget.js CoordinateControl class instantiation. Reading the class documentation (