Apple TV マークアップ言語から始めたばかりで、クライアントは 1 ステップでログインする必要がありますが、1 つのフォームに 2 つのフィールドを追加しようとすると、最初のフィールドのみが表示されます。コードは次のとおりです。
<document
data-view="LoginScreen">
<formTemplate>
<banner>
<img src="${CONFIG.configURL}/${CONFIG.splashScreen}"
width="1920" height="1080" />
<description>Enter email</description>
</banner>
<textField name="username">username@test.ro</textField>
<banner>
<img src="${CONFIG.configURL}/${CONFIG.splashScreen}"
width="1920" height="1080" />
<description>Enter password</description>
</banner>
<textField text="******" secure="true" name="password"></textField>
<footer>
<button id="login">
<text>Login</text>
</button>
</footer>
</formTemplate>
</document>
助言がありますか ?
ありがとう、そして私の下手な英語でごめんなさい!