-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better form layout #44
Comments
adamkudrna
added a commit
that referenced
this issue
May 30, 2020
adamkudrna
added a commit
that referenced
this issue
May 30, 2020
Fragments are not traversed with `React.children.map()` [1][2] so we are using the `react-keyed-flatten-children` bundle to flatten the children to a one-dimensional array. This is necessary to be able to pass props to children of these layouts. [1] https://reactjs.org/docs/react-api.html#reactchildrenmap [2] reactjs/rfcs#61 (comment)
adamkudrna
added a commit
that referenced
this issue
May 30, 2020
adamkudrna
added a commit
that referenced
this issue
May 30, 2020
adamkudrna
added a commit
that referenced
this issue
Jun 2, 2020
adamkudrna
added a commit
that referenced
this issue
Jun 2, 2020
Fragments are not traversed with `React.children.map()` [1][2] so we are using the `react-keyed-flatten-children` bundle to flatten the children to a one-dimensional array. This is necessary to be able to pass props to children of these layouts. [1] https://reactjs.org/docs/react-api.html#reactchildrenmap [2] reactjs/rfcs#61 (comment)
adamkudrna
added a commit
that referenced
this issue
Jun 2, 2020
adamkudrna
added a commit
that referenced
this issue
Jun 4, 2020
adamkudrna
added a commit
that referenced
this issue
Jun 5, 2020
adamkudrna
added a commit
that referenced
this issue
Jun 5, 2020
Fragments are not traversed with `React.children.map()` [1][2] so we are using the `react-keyed-flatten-children` bundle to flatten the children to a one-dimensional array. This is necessary to be able to pass props to children of these layouts. [1] https://reactjs.org/docs/react-api.html#reactchildrenmap [2] reactjs/rfcs#61 (comment)
adamkudrna
added a commit
that referenced
this issue
Jun 5, 2020
adamkudrna
added a commit
that referenced
this issue
Jun 5, 2020
Fragments are not traversed with `React.children.map()` [1][2] so we are using the `react-keyed-flatten-children` bundle to flatten the children to a one-dimensional array. This is necessary to be able to pass props to children of these layouts. [1] https://reactjs.org/docs/react-api.html#reactchildrenmap [2] reactjs/rfcs#61 (comment)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need the option to align form fields to the input field from the left side, even when they have auto-sized labels in horizontal layout. It must also work with vertical field layout (applied also for horizontal layout on small screens).
The text was updated successfully, but these errors were encountered: