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
Looks like the SelectMenu component only admits string values. You can always transform all elements from the array using map javascript function before using it in the component. Here an example:
I tried the below code with an array of numbers and it is not displaying it but I am able to select it.
const numbers = [1, 2, 3, 4, 5, 6, 7, 8];
The text was updated successfully, but these errors were encountered: