I really like PopupField but there is one thing that’s constantly bugging me about it. Initializing it becomes tricky when the list it’s supposed to get its values from is not yet populated. Yes, I could just initialize my list with a dummy item, but then I or the user has to remember to get rid of the dummy value once it is no longer needed.
So how about having a constructor argument for PopupField to display a built-in dummy option (default T or something) until a real value becomes available?
If there is another way to solve the problem, I’d love to hear that too.