form
Here are 3,382 public repositories matching this topic...
-
Updated
Jul 7, 2022 - TypeScript
Are you submitting a bug report or a feature request?
Bug? I guess.
What is the current behavior?
-
Updated
Jul 7, 2022 - TypeScript
-
Updated
Jun 28, 2022 - JavaScript
-
Updated
May 24, 2022 - TypeScript
-
Updated
Feb 17, 2021 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Jul 3, 2022 - JavaScript
Bug Report
The following field (without a validator) cannot be updated via the model. No errors or warnings are logged:
{ "label":"ANR",
"model":"or.anr",
"type":"checklist",
"listBox":true,
"values": [
{"name":"a", "value":[1,2]},
{"name":"b", "value":[2,2]}
] }
model.or.anr = [[1,2]]; // fails to check "a"
If you would like a jsfiddle demo, let
-
Updated
Jun 2, 2022 - JavaScript
-
Updated
Jun 23, 2022 - HTML
-
Updated
Jun 21, 2022 - Vue
-
Updated
Apr 8, 2022 - CSS
-
Updated
May 1, 2022 - JavaScript
-
Updated
Jun 1, 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(fieldNam-
Updated
Jul 6, 2022 - C#
-
Updated
Jun 12, 2022 - JavaScript
-
Updated
Jun 23, 2022 - JavaScript
-
Updated
Mar 12, 2020 - JavaScript
Improve this page
Add a description, image, and links to the form topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the form 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