콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
4934 화면

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

아바타
취소
베스트 답변

Hi,

you can use a fields.selection :

 'number': fields.selection([
                      ('1','1'),  
                      ('2','2'),     
                      ('3','3'),                     
                      ('4','5'), ], 'Number',)
아바타
취소
관련 게시물 답글 화면 활동
3
5월 25
1892
1
5월 25
3761
1
4월 25
1425
3
9월 24
14381
2
2월 24
2591