hadirs
2
If the data is correctly populated at the popup level but not in the input inside it, there might be a missing link when cascading the data from the popup to the input. You might want to to check the value of the input’s parent group and tracing the data cascading to the next parents until you’re certain it’s connected to where the data is set in the popup (in the popup’s custom state?)
Hope that helps