mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
Merge pull request #151 from NativeScript/auto-correct
New Feature: TextField and TextView now have autocapitalizationType prop...
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<StackLayout id="stack">
|
||||
<Button id="button" text="textChanged" height="100" margin="20" tap="onTap" backgroundColor="Red"/>
|
||||
<Label id="label" text="{{ text }}" height="100" margin="20"/>
|
||||
<TextField id="textField" text="{{ text }}" margin="20" updateTextTrigger="textChanged"/>
|
||||
<TextView id="textView" text="{{ text }}" height="100" margin="20" updateTextTrigger="textChanged"/>
|
||||
<TextField id="textField" text="{{ text }}" margin="20" autocapitalizationType="none"/>
|
||||
<TextView id="textView" text="{{ text }}" height="100" margin="20" autocapitalizationType="none"/>
|
||||
</StackLayout>
|
||||
</Page>
|
Reference in New Issue
Block a user