Select and input
Place a Select and Input next to each other when users need to choose a prefix before entering a value. The Select below uses span="8", so the unset Input automatically receives the remaining 16 columns.
Control Group joins related controls into a continuous field while each child keeps its own value, events, validation, and popup behavior. It uses a 24-column grid: direct children can declare span, while children without it evenly share the remaining space.
Place a Select and Input next to each other when users need to choose a prefix before entering a value. The Select below uses span="8", so the unset Input automatically receives the remaining 16 columns.
Select, Input, and Cascader can share one connected row. The declared spans below are 4, 4, 7, and 4, so the unset Input automatically receives the remaining 5 columns.
Use block when the continuous field should fill its container.