forms
Here are 2,200 public repositories matching this topic...
-
Updated
Feb 16, 2022 - TypeScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
Feb 1, 2022 - Swift
I get this warning when committing:
@rjsf/core: ⚠ Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index.
-
Updated
Jul 12, 2021 - Objective-C
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Dec 9, 2021 - Objective-C
-
Updated
Feb 14, 2022 - TypeScript
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Feb 16, 2022 - TypeScript
-
Updated
Oct 9, 2019 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 16, 2022 - PHP
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Nov 29, 2021 - JavaScript
-
Updated
Dec 29, 2021 - JavaScript
-
Updated
Feb 14, 2022 - TypeScript
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Feb 16, 2022 - TypeScript
https://material.io/resources/color/#!/?view.left=1&view.right=0 readability needs to be possible almost universally ideally. This means avoiding all caps strings in titles as screen readers read every letter and other nonsense like this however the first and foremost concern is just simply that we ship with a default that is visible for our sighted users who may have issues with color blindness
-
Updated
Feb 15, 2022 - TypeScript
-
Updated
Feb 16, 2022 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 23, 2021 - Swift
-
Updated
Feb 15, 2022 - JavaScript
-
Updated
Feb 14, 2022 - Python
Improve this page
Add a description, image, and links to the forms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forms 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