From c73203fd592db8666bb6423c8732ca469971c113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 10 Dec 2021 09:00:25 -0800 Subject: [PATCH] Population is a number (#260) --- data/fields/population.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/fields/population.json b/data/fields/population.json index 9279162a..74a231f8 100644 --- a/data/fields/population.json +++ b/data/fields/population.json @@ -1,5 +1,6 @@ { "key": "population", - "type": "text", + "type": "number", + "minValue": 0, "label": "Population" }