Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
textFieldTVML/TVML ベースの tvOS アプリを構築していて、要素で数字のみのキーボードを使用したいのですが、現在、ドキュメントにはその方法が記載されていません。
textField
textFieldTVML 要素では、値が の属性を指定して、テンキーkeyboardTypeキーボードnumberPadを取得できます。
keyboardType
numberPad
<textField keyboardType="numberPad">Placeholder</textField>