input type=number

any support?

You can use

{ view:"input", type:"number" }

code will render styled input with specified type attribute ( the exact look and behavior depends on browser implementation )

how would I put a label on that?

{ view:"text", type:"number", label:"My text" }