I believe, depending on if the immediate parent is “Flexbox”, the “Div” element should also have relevant flex ‘item’ properties: flex-grow, shrink, basis. “Order” for some reason is there alone.
It totally makes sense because currently, when the parent is “Grid”, the “Div” element automatically starts showing the column and row number inputs.
Wonder why it’s still left out for flex.