@nativescript-community/ui-material-textview
Advanced tools
Comparing version 7.2.67 to 7.2.68
{ | ||
"name": "@nativescript-community/ui-material-textview", | ||
"version": "7.2.67", | ||
"version": "7.2.68", | ||
"description": "Material Design Text views allow users to input text into your app.", | ||
@@ -50,5 +50,5 @@ "main": "./textview", | ||
"@nativescript-community/text": "^1.5.33", | ||
"@nativescript-community/ui-material-core": "^7.2.67" | ||
"@nativescript-community/ui-material-core": "^7.2.68" | ||
}, | ||
"gitHead": "05198a2ef7593f196efb7f156566b021142fd1a1" | ||
"gitHead": "e94c3decf31cf0c7802ae1118b5b99ec73c8c4f3" | ||
} |
@@ -247,2 +247,3 @@ import { themer } from '@nativescript-community/ui-material-core'; | ||
this.nativeTextViewProtected.editable = value; | ||
this.nativeTextViewProtected.selectable = value; | ||
} | ||
@@ -249,0 +250,0 @@ [floatingColorProperty.setNative](value) { |
Sorry, the diff of this file is not supported yet
98140
1012