How to make keyboardType of decimaPad to work for TVML?

Hi


How to make keyboardType of decimaPad to work for TVML? I've been trying to add it in myTVML app but it doesn't seem to work.


What's worse is the TVML documentation is out of date I think. The available types there are wrong. There is a numericPad but it's actually numberPad.

https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/ATV_Template_Guide/TVJSAttributes.html#//apple_ref/doc/uid/TP40015064-CH42-SW31


<textField keyboardType="decimalPad"></textField>


Thanks!