Details
Description
Form.getSection returns the Form.Section of the given component. However, it currently only works for top-level components and returns null for components nested inside other components.
This request is for the method to return the correct form section for all components of a form, regardless of whether they are nested or not.