forms
Here are 2,490 public repositories matching this topic...
-
Updated
Aug 8, 2022 - TypeScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
reproduce:
- try a schema without "properties" keyword in the playground
- and a initial-formData of type object ...
=> make sure the formData is a string to have it fixed
Warning: Failed prop type: Invalid prop `value` supplied to `TextWidget`.
in TextWidget
in Unknown (created by StringField)
in StringField (created by SchemaField)
in div (created by WrapI
-
Updated
Jul 13, 2022 - Swift
-
Updated
Aug 9, 2022 - TypeScript
-
Updated
Jul 12, 2021 - Objective-C
-
Updated
Jun 28, 2022 - JavaScript
-
Updated
Apr 8, 2022 - Objective-C
-
Updated
Jul 20, 2022 - TypeScript
-
Updated
Jul 24, 2022 - JavaScript
-
Updated
Aug 10, 2022 - PHP
-
Updated
Aug 10, 2022 - TypeScript
-
Updated
Oct 9, 2019 - JavaScript
-
Updated
Jul 9, 2022 - JavaScript
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Aug 2, 2022 - JavaScript
-
Updated
May 1, 2022 - JavaScript
-
Updated
Aug 4, 2022 - TypeScript
-
Updated
Jul 21, 2022 - JavaScript
Add singular form of the following:
getErrors() -> getError()
getWarnings() -> getWarning()
The idea is to return the first error/warning of a field, instead of an array.
Unlike getErrors/getWarnings that can either take 0 or 1 arguments, getError/getWarning must receive a field name.
Function signature:
function getError(fieldName: string): string;
function getWarning(fieldNamhttps://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
Aug 5, 2022 - TypeScript
-
Updated
Aug 4, 2022 - JavaScript
-
Updated
Apr 5, 2022 - JavaScript
-
Updated
Aug 10, 2022 - JavaScript
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