I've built a GP widget that needs to accept lat/lon coordinates up to 6 decimal places in length (ex. 40.123456, -105.123456). The problem is the GP widget in WAB only seems to allow numbers up to 3 decimal places in length to be inputted.
Whenever a number that is longer than 3 decimal places is typed in, the widget automatically shortens it to 3 digits and rounds it accordingly, which is unacceptable for the purposes of the tool. I'm assuming this will be a quick fix by changing some parameter in the geoprocessing widget files, but after some digging I cannot seem to find the file I need to edit. Thanks in advance for the help.