如何在nativescript中控制表单数据

如何在nativescript中控制表单数据,nativescript,Nativescript,如何在nativescript中控制表单数据 <TextField hint="Username or Email" [text]='name' secure="false" returnKeyType="done" (returnPress)="onReturnPress($event)" autocorrect="false" (focus)="onFocus($event)" (blur)="onBlur($event)" class="input input-border m-b-

如何在nativescript中控制表单数据

<TextField hint="Username or Email" [text]='name' secure="false" returnKeyType="done" (returnPress)="onReturnPress($event)" autocorrect="false" (focus)="onFocus($event)" (blur)="onBlur($event)" class="input input-border m-b-20"></TextField>

由于您的问题不清楚,我在这里做了一个游乐场示例。若你们在操场上有进一步的问题更新,我会尽力解决


这里的表单数据是什么意思?