したがって、私の問題は、Deform で次のような入力タイプ番号をレンダリングすることです。
<input type="number" name="end" value="" id="deformField4" class=" form-control ">
それ以外の:
<input type="text" name="end" value="" id="deformField4" class=" form-control ">
このようなソースから:
...
end = SchemaNode(
colander.Integer(),
title=_(u"End value"),
validator=deferred_something
)
何を変更できますか?