I am building an app that is a multi-step form where each step is conditioned on prior inputs. Each step is a separate form within a stepped container. I wanted to add a dropdown menu at the top of the stepped container so that a user could "jump" from one step to another quickly.
I have a transformer that determines what steps need to be included in my process. I am using that transformer as the source for my dropdown menu. I have configured the Label and Disabled options and everything works fine. What's driving me crazy is that the menu button is throwing an error of "item is not defined"
I can't seem to figure out how to clear this error. Any suggestions?
Here is a screenshot with the transformer output on the left, menu on the upper right, results of Linting section of the Debug window, and the configuration of my dropdown menu button on the right.
Hi @rcurley55 - I just recreated this error on a test page based on your setup with a dropdown button using a transformer as the datasource for the mapped values. I even tried using a postgres resource query as the source for mapped values and see the same error message.
I was looking at the State tab on the debug pop-up and noticed that there is a property on the dropdownButton component called 'values' which is empty ("").