İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
4846 Görünümler

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

Avatar
Vazgeç
En İyi Yanıt

Hi,

you can use a fields.selection :

 'number': fields.selection([
                      ('1','1'),  
                      ('2','2'),     
                      ('3','3'),                     
                      ('4','5'), ], 'Number',)
Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
3
May 25
1444
1
May 25
3469
1
Nis 25
1117
3
Eyl 24
13882
2
Şub 24
2297