Need to display 1-12 in dropdown

Hi ,

 

Do we have any function or API which can return 1-12 in dropdown. As of now i am doing hard code 1-12 in drop down.

 

Any idea about this ?

a!dropdownField(
label: "Test",
choiceLabels: {"1","2","3","4","5","6","7","8","9","10","11","12"},
choiceValues: {"1","2","3","4","5","6","7","8","9","10","11","12"},
placeholderLabel: "--Select Number of Test--",

 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data