UI5 static JSON: text box in dashboard

Has anyone figured out how to produce a text box (for a PIN) in the dashboard in UI5? “ControlType”: “input” produces nothing.

Edit: I suspect it’s not implemented. From 1.5.255 /www/cmh/js/ui5/animatie.js:

case "input":
//console.log("input");
break;

I think @automator.app ran into that as well.

Huh, I missed that. Not sure how that’s going to affect the usability of partition dashboard panes. Why have a “Disarmed” button you can’t usefully press? Also makes single-sourcing UI4 and UI5 static JSON files harder.

Thanks for the link.