コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
4544 ビュー

There a way to create/use a component that allows me to select from a range of values​​, something like this the type "number" of html5.

Thanks

アバター
破棄
最善の回答

Hi,

you can use a fields.selection :

 'number': fields.selection([
                      ('1','1'),  
                      ('2','2'),     
                      ('3','3'),                     
                      ('4','5'), ], 'Number',)
アバター
破棄
関連投稿 返信 ビュー 活動
3
5月 25
679
1
5月 25
2822
1
4月 25
520
3
9月 24
12545
2
2月 24
1648