Dropdown field senerio

Certified Associate Developer

Hi Eperts,

I have one senerio that :

I have a dropdown list which contains 14 values in List like(BC, AB, ON,NB,CB,JK,HG,FG and so on). I want when I should be able to press the B button on my keyboard and then TAB to the next text field with the system knowing B=BC, or BA 

 a!dropdownField(
   label:"provinceLabel",
   labelPosition: "ABOVE",
   placeholder:  "Select a Province",
   choiceLabels: cons!SCE_COPA_PROVINCE_LIST,
   choiceValues: cons!SCE_COPA_PROVINCE_LIST,
   value: ri!record.province,
   saveInto: ri!record.province,
  
   
 )

Thanks

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data