Skip to Content
Menu
This question has been flagged
1 Reply
5231 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
May 25
2910
1
May 25
4477
1
Apr 25
2119
3
Sep 24
15595
2
Feb 24
3134