File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/ui-category/text-view/basic-text-view Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44 < Button [text] ="buttonText " class ="btn btn-primary btn-active " (tap) ="disableTextView() "> </ Button >
55 < Button text ="Show text " class ="btn btn-outline btn-active " (tap) ="showText() "> </ Button >
66 < StackLayout class ="input-field ">
7- < TextView hint ="Enter text " class ="input input-border " returnKeyType ="done " (returnPress) ="submit($event) " [(ngModel)] ="tvtext "
8- [editable] ="editState "> </ TextView >
7+ < Label text ="Enter text: " class ="label "> </ Label >
8+ < TextView [(ngModel)] ="tvtext " hint ="Enter some text " returnKeyType ="send " (returnPress) ="submit($event) " [editable] ="editState "
9+ class ="input input-border "> </ TextView >
910 </ StackLayout >
1011 <!-- << textview-html -->
1112 </ StackLayout >
You can’t perform that action at this time.
0 commit comments