Hi,
My app uses an ActionMenu to let the user select a value from a list. On Edge devices, ActionMenu isn’t available, so I’d like to fall back to a Menu instead.
The problem is that Menu items use a Symbol as the item identifier. My list is built dynamically from an array of String labels and String identifiers.
Is there a way to convert a String to a Symbol? If not, is there another recommended approach to use a variable list of strings as identifiers in a Menu? Or is Menu2 the better option here?
Regards, Robert