Inside D4694 we developed this change. But during initial review we wanted to review this part separately.
Reason of concern is that the split_row option is an extra parameter that will be present in all prop calls in python.
In this revision we will review this part of the code and see if we can find a better solution for it.
During an initial brainstorm we came with the next option:
- don't add the parameter, but extract it from the available enum_items. We could define a line break separator like {0, "\n", null, null, null} for this.
- add a special case for when the enum is rendered on a grid_flow
