render-props
Here are 130 public repositories matching this topic...
-
Updated
Nov 16, 2020 - TypeScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Mar 5, 2019 - JavaScript
-
Updated
Feb 13, 2019 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Oct 16, 2020 - JavaScript
-
Updated
Nov 17, 2020 - TypeScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Nov 11, 2020 - TypeScript
-
Updated
Aug 31, 2020 - TypeScript
-
Updated
Apr 24, 2020 - TypeScript
-
Updated
May 26, 2018 - JavaScript
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Mar 20, 2018 - JavaScript
-
Updated
Oct 19, 2020 - JavaScript
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Jul 30, 2018 - JavaScript
-
Updated
Jul 13, 2018 - JavaScript
Right know whenever onSubmit is called we only return e event of the form and valid flag to tell whether the validation is succeeded or not.
I think it will be great if we also returning the data that being validated so the user could do something with the data like sending POST request or anything.
-
Updated
Sep 15, 2018 - JavaScript
-
Updated
Feb 27, 2018 - JavaScript
-
Updated
Apr 6, 2019 - JavaScript
-
Updated
Jun 15, 2018 - JavaScript
-
Updated
Jun 21, 2020 - JavaScript
-
Updated
Mar 6, 2019 - TypeScript
Improve this page
Add a description, image, and links to the render-props topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the render-props topic, visit your repo's landing page and select "manage topics."
Current Behavior
The type
ErrorMessagedoesn't have an id property.Desired Behavior
It'd be nice
id?: stringwould be added to the typeErrorMessageand set on the outermost component that serves as error message.Suggested Solution
Add
id={this.props.id}to the outer component inErrorMessage.Who does this impact? Who is this