Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
4890 Visninger

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
Kassér
Bedste svar

Hi,

you can use a fields.selection :

 'number': fields.selection([
                      ('1','1'),  
                      ('2','2'),     
                      ('3','3'),                     
                      ('4','5'), ], 'Number',)
Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
3
maj 25
1742
1
maj 25
3681
1
apr. 25
1290
3
sep. 24
14204
2
feb. 24
2474