From a5320f535727243558850bb5c8ee293637817f3c Mon Sep 17 00:00:00 2001 From: Bob Myers Date: Wed, 15 Aug 2018 01:06:58 +0530 Subject: [PATCH] Add description to textfield --- bin/lib/mappings.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/lib/mappings.js b/bin/lib/mappings.js index 047c418..cc1cba6 100644 --- a/bin/lib/mappings.js +++ b/bin/lib/mappings.js @@ -4,7 +4,7 @@ * */ 'use strict'; - + var commonMappings = { title: { ios: "Title", @@ -98,6 +98,7 @@ module.exports = { types: "string", required: ["key"], attrs: { + description: commonMappings.description, keyboard: { android: "@android:inputType", ios: "KeyboardType",