You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using month and monthindex in list view
items: [
{ text: "January", value: "1" },
{ text: "February", value: "2" }, and so on
alert("You have selected " + item); - displays the value of the selected index.
But how do i get the text of the selected index.
for example when i select jan, i want both the values Jan and 1 to be displayed. pl help
The text was updated successfully, but these errors were encountered:
I am using month and monthindex in list view
items: [
{ text: "January", value: "1" },
{ text: "February", value: "2" }, and so on
alert("You have selected " + item); - displays the value of the selected index.
But how do i get the text of the selected index.
for example when i select jan, i want both the values Jan and 1 to be displayed. pl help
The text was updated successfully, but these errors were encountered: