form-validation
Here are 593 public repositories matching this topic...
-
Updated
Jun 19, 2020 - TypeScript
Hey Erik! How's it been?
Are you submitting a bug report or a feature request?
Feature
What is the current behavior?
No mention of withTypes
in the documentation.
What is the expected behavior?
༼ つ ◕_◕ ༽つ
I just found out about this from a co-worker and am not even sure yet what it exactly was! Excited to see..
Are you submitting a bug report or a feature request?
Neither, reporting missing documentation
What is the current behavior?
Detailed documentation on the signature of mutator functions is missing.
What is the expected behavior?
I'd expect the docs on mutators to be more elaborate on both the definition and the usage of mutators. I've looked at the docs for react
I'm trying to use Hyperform to detect when the form switches between an invalid and valid state so I can switch disabling of the submit button.
If I monitor the "valid" event on the form it keeps getting triggered even though elements within the form are still invalid.
If I run form.checkValidity() on startup each field will indicate an "invalid" event and checkValidity returns false. It see
-
Updated
Jun 17, 2020 - TypeScript
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
Description
Add an easy way to change the iOS Example application to use other localizations. This would be useful for testing. Ideally, the example app itself should also be localized.
Detail
Currently, the easiest way to change the language used is by going into the Info.plist
file of the iOS Example and adjusting the Localization native development region
(`CFBundleDevelopm
-
Updated
May 18, 2019 - JavaScript
-
Updated
Apr 23, 2019 - JavaScript
The rules are:
- Group must have
showCaption: true
. - Column configuration should have a
caption
object withchildren
oritems
.
{
field: 'name',
caption: {
expand: true,
children: <cx><div>Test</div></cx>
}
}
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Apr 29, 2020 - Clojure
-
Updated
Mar 17, 2020 - JavaScript
-
Updated
Jun 2, 2020 - Vue
-
Updated
Dec 30, 2019 - JavaScript
-
Updated
May 6, 2016 - JavaScript
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Sep 23, 2017 - Java
-
Updated
Apr 2, 2019 - JavaScript
-
Updated
Mar 14, 2020 - PHP
Looks like basics are good with the package structure now, but we could add a lot of documentation for those scenarios:
- #54 #65 #89 why using
defaultValue
overvalue
- #84 how to use Form.getOutput
- #75 validate fields to be equal
- #82 updating field from another field value
- #68 how to update multiple elements once
- #80 select a list using checkboxes
- #71 adding and removing
Thanks for providing Bouncer, a super handy and light package!
One development experience issue I ran into, was trying to preventDefault from the form onsubmit event, and it appeared to have no effect.
I called preventDefault in my onsubmit handler, and was awaiting a fetch response, but the form would always submit, before I could process the response.
Not until I spotted the 'disableSu
Update documentation
Most of the examples in the documentation are missing the new error
attribute and need to be updated.
Additionally, we should explain the new error
attribute in Form
and clarify the fields
property in Form.fill
.
-
Updated
Jun 18, 2019 - JavaScript
-
Updated
Aug 13, 2018 - Java
-
Updated
Jun 21, 2019 - JavaScript
<AvField label='Add Link' validate={{
pattern:{ value: /(^|\s)((https?:\/\/)[\w-]+(\.[\w-]+)+\.?(:\d+)?(\/\S*)?)/gi, errorMessage:'Invalid URL entered' },
maxLength:{ value: 2048, errorMessage:'URL\'s longer than 2048 characters are not accepted' },
required: { value: true, errorMessage:'Enter a URL' }
}} />
if omit the gi
modifier to the regex, the field works correctly
Better documentation
-
Updated
Jun 17, 2020 - Dart
Improve this page
Add a description, image, and links to the form-validation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the form-validation topic, visit your repo's landing page and select "manage topics."
The currently published docs on redux-form.com has its Examples page returning a "404" page:
And, if you click on the example links in the nav sidebar, such as the Simple Example at https://redux-form.com/8.3.0/examples/simple/ then all of the sidebar links become /8.2.2/ instead of /8.3.0/