From ebd363c96614459ed098aa21168597dc3e42e005 Mon Sep 17 00:00:00 2001 From: Chris Knight Date: Thu, 16 Apr 2020 15:52:03 -0700 Subject: [PATCH] Type for "secure" property I believe that type for "secure" should be boolean --- app/ng-ui-widgets-category/text-field/end.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ng-ui-widgets-category/text-field/end.md b/app/ng-ui-widgets-category/text-field/end.md index 80c76be2..81dd926e 100644 --- a/app/ng-ui-widgets-category/text-field/end.md +++ b/app/ng-ui-widgets-category/text-field/end.md @@ -9,7 +9,7 @@ | `lineHeight` | `number` | Gets or sets line height style property. | | `maxLength` | `number` | Gets or sets the max number of symbols allowed as input. | | `returnKeyType` | [`ReturnKeyType`](https://docs.nativescript.org/api-reference/modules/_ui_editor_text_base_#returnkeytype) | Gets or sets the soft keyboard return key flavor. | -| `secure` | `string` | Gets or sets if a text field is for password entry. | +| `secure` | `boolean` | Gets or sets if a text field is for password entry. | | `text` | `string` | Gets or sets the text. | | `textAlignment` | `TextAlignment` | Gets or sets the text alignment. | | `textDecoration` | `TextDecoration` | Gets or sets the text decoration. |