Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
4888 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

Hi,

you can use a fields.selection :

 'number': fields.selection([
                      ('1','1'),  
                      ('2','2'),     
                      ('3','3'),                     
                      ('4','5'), ], 'Number',)
Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
3
mai 25
1742
1
mai 25
3681
1
apr. 25
1290
3
sept. 24
14204
2
feb. 24
2474