SSolidJS•Created by Grahf on 3/27/2025 in #support Correct type for props.children?
To capture the name attribute of the child components (<input> or <select>) in your wrapper component, you can utilize the React.cloneElement method, which allows you to pass additional props to the children.