google / ground-android

Ground mobile data collection app for Android
http://groundplatform.org
Apache License 2.0
231 stars 110 forks source link

[Numeric Fields] Support additional numeric types #777

Open scolsen opened 3 years ago

scolsen commented 3 years ago

Currently, we only support numbers of type Double. We should also provide the ability to limit input to integers and other (if desired) other bases.

gino-m commented 3 years ago

Another way of casting this problem is by letting the survey organizer control whether or not decimal places or allowed and/or how many. Same could apply to negative numbers.