File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
ext {
2
- androidXMaterial = " 1.2.1 "
2
+ androidXMaterial = " 1.2.0 "
3
3
}
Original file line number Diff line number Diff line change
1
+ platform :ios , '10.0'
Original file line number Diff line number Diff line change 1
1
<template >
2
- <Page backgroundColor = " red " >
2
+ <Page >
3
3
<ActionBar :title =" title" >
4
4
<StackLayout orientation =" horizontal" width =" 100%" >
5
5
<MDButton v-show =" isEditing" variant =" flat" text =" test" @tap =" isEditing = !isEditing" />
Original file line number Diff line number Diff line change 26
26
<Span text =" with " color =" #ff0000" fontAttributes =" Bold" ></Span >
27
27
</FormattedString >
28
28
</MDTextView >
29
- <MDTextView id =" textView2" editable =" false" maxLength =" 10" hint =" hint me" @textChange =" onTextChange" @returnPress =" onReturnPress" />
29
+ <MDTextView id =" textView2" editable =" false" counterMaxLength = " 10 " maxLength =" 10" hint =" hint me" @textChange =" onTextChange" @returnPress =" onReturnPress" />
30
30
<MDTextView id =" textView3" variant =" outline" hint =" outline" @textChange =" onTextChange" v-model =" value" @returnPress =" onReturnPress" />
31
31
<MDTextView variant =" filled" required =" true" email =" true" hint =" fill this out..." @textChange =" onTextChange" @returnPress =" onReturnPress" />
32
32
<MDTextView hint =" fill this out..." />
Original file line number Diff line number Diff line change 4
4
<mdct : TextField id =" textField1" helper =" help me!" width =" 250" backgroundColor =" orange" placeholderColor =" green" keyboardType =" datetime"
5
5
hint =" i am an hint" returnKeyType =" next" focus =" onFocus" blur =" {{ onBlur }}"
6
6
textChange =" {{ onTextChange }}" />
7
- <mdct : TextField id =" textField2" maxLength =" 10" hint =" hint me" returnPress =" {{ returnPress }}" />
7
+ <mdct : TextField id =" textField2" counterMaxLength =" 10" hint =" hint me" returnPress =" {{ returnPress }}" />
8
8
<mdct : TextField id =" textField3" variant =" outline" hint =" outline" />
9
9
<mdct : TextField variant =" filled" required =" true" email =" true" hint =" fill this out..." />
10
10
<TextField hint =" fill this out..." />
Original file line number Diff line number Diff line change 3
3
xmlns : mdct =" @nativescript-community/ui-material-textview" >
4
4
<mdct : TextView id =" textView1" helper =" help me!" width =" 250" backgroundColor =" orange" placeholderColor =" green"
5
5
hint =" i am an hint" />
6
- <mdct : TextView id =" textView2" maxLength =" 10" hint =" hint me" />
6
+ <mdct : TextView id =" textView2" counterMaxLength =" 10" hint =" hint me" />
7
7
<mdct : TextView id =" textView3" variant =" outline" hint =" outline" />
8
8
<mdct : TextView variant =" filled" required =" true" email =" true" hint =" fill this out..." />
9
9
<TextView hint =" fill this out..." />
You can’t perform that action at this time.
0 commit comments