The problem: I am constantly having to use Custom States to pass in data when a group/popup will have multiple data types/sources in each.
Example:
My popup needs the company AND the date. And right now a Group/Popup can only accept 1 data type/source… So we have to use custom states and pass them in.
What is less than ideal about this method? Having to have a completely separate paradigm for adding/editing/removing the custom state… and even as a veteran, I forget all the time to reset my states when the group/popup is closed.
Why can’t all Groups/Popups have the same paradigm as what Custom Events has now with multiple parameters Would save quite a bit of time and hassle for my more complicated apps.
With this paradigm, it’s much easier to pass in multiple data types! (I’ll create an IdeaBoard for this… just wanted to jot this down before I lost the idea)