Displaying 1 result from an estimated 1 matches for "selectmenu".
Did you mean:
select_menu
2006 Jun 14
2
setting selected option in select
I am working on employee scheduling app and am trying to set a drop down
list for store hours. I am having trouble setting a default selected
for the list. Anybody have any suggestions. example code is below:
I have an array set in model Storeday
TIME_TYPES =[
[ "12:00am", "0:00" ],
[ "12:15am", "0:15" ],
[ "12:30am", "0:30" ],
[