Open
Description
There's a bit of friction when I add a dynamic input and I have to scroll around to see where it got added. Intuitively, I would expect that input to be added close to the field (at the top).
I was thinking we could keep a keyOrder
array either as internal state or an argument and order the dynamic keys based on that?