İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
5119 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
2523
1
May 25
4172
1
Nis 25
1902
3
Eyl 24
15189
2
Şub 24
2952