Skip to Content
मेन्यू
This question has been flagged
1 Reply
5134 Views

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
Discard
Best Answer

Hi,

you can use a fields.selection :

 'number': fields.selection([
                      ('1','1'),  
                      ('2','2'),     
                      ('3','3'),                     
                      ('4','5'), ], 'Number',)
Avatar
Discard
Related Posts Replies Views Activity
3
मई 25
2572
1
मई 25
4205
1
अप्रैल 25
1936
3
सित॰ 24
15232
2
फ़र॰ 24
2971