mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Fix text field code snippet
This commit is contained in:
@ -13,8 +13,8 @@ Using a TextField requires the text-field module.
|
||||
```XML
|
||||
<Page loaded="pageLoaded">
|
||||
<StackLayout orientation="vertical">
|
||||
{%raw%}<TextView text="{{ someProperty }}" />
|
||||
<TextView text="{{ someProperty }}" />{%endraw%}
|
||||
{%raw%}<TextField text="{{ someProperty }}" />
|
||||
<TextField text="{{ someProperty }}" />{%endraw%}
|
||||
</StackLayout>
|
||||
</Page>
|
||||
```
|
||||
|
Reference in New Issue
Block a user