forms
Here are 1,406 public repositories matching this topic...
The currently published docs on redux-form.com has its Examples page returning a "404" page:
https://redux-form.com/8.3.0/examples/
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/
-
Updated
Jun 29, 2020 - TypeScript
Just a suggestion - it would be helpful to have a wiki page on styling cells in various ways, or some common layouts developers typically try to achieve.
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
Jun 23, 2020 - Objective-C
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..
I've added a required flag against some rows
row.required = true;
If I clear the TextField with x button, still have focus on the control, then run the Validate method that row doesn't get checked.
If I lose focus then validate again it shakes and changes colour.
My Row is a XLFormRowDescriptorTypeFloatLabeledTextField
I can't replicate it in the following Example: [ValidationExam
-
Updated
Oct 9, 2019 - JavaScript
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
Is case insensitive match rule supported? I can't find it in the documentation. Currently I have to create custom validation rule for that.
Documentation examples for jquery doesn't apply to typescript usage because the typescript typings survey.jquery.d.ts don't extend jquery to provide required methods.
$("#surveyContainer").Survey(...
Some typescript usage examples would be helpful for developers using typescript instead of javascript.
I am attempting to wrap a NumberPicker in a functional component that updates state when onChange
fires.
When I click on the up or down arrow of the picker, it begins to flicker as if it's in a refersh/rerender loop. I've reduced the code to the following that replicates the error for me.
I'm using React 16.13.1
, react-widgets 4.5.0
, react-widgets-simple-number 4.1.24
The Problem
It would be easier to know how to test for form with jest if there were examples.
I spent some time last week trying to set everything up on my own codebase so I'll be happy to add testing to the examples in the repo if you are interested.
-
Updated
Jun 10, 2020 - JavaScript
In your own example: https://codesandbox.io/s/react-form-custom-select-multi-select-inputs-6962t
The canSubmit is true
even before the two colors in the multiselect have been set. As long as the single select have been set, it's all good.
Is this expected?
-
Updated
Jun 29, 2020 - TypeScript
Examples given in the README.MD no longer work and require editing afterwards. As someone who's new to Swift, it makes it difficult to adopt and use the framework. Although I'm grateful for all the hard work you put into this
We have this logo for the wtforms group:
And we have this logo for the documentation:
Both are in poor resolution. We should probably make them svgs.
Any suggestions or help is welcomed!
If you just want to replace one field (e.g. replace the ListField with a custom one for all schemas), you need to reimplement the whole AutoField.
It would probably easier, if you could pass a getFieldComponent
to a AutoForm, which would hook into here: https://github.com/vazco/uniforms/blob/master/packages/uniforms-material/src/AutoField.tsx#L24 and would take props
and could return a Comp
-
Updated
Jun 22, 2020 - JavaScript
I'm sure many potential plugin users would like to know which browsers we can count on with this plugin before getting hours into implementation. The suggestion of "modern browsers" could mean many things. From reading the source, I can see that you are ruling out old versions of Android, Zune, Kindle and Windows Phone. How does IE fair?
uploadTimeout
option defaults to 60000 in the source code, which is missing from the list of options specified in README.md file.
Clicking the link for components/_classes/component/Component
in the generated docs leads to this URL, which produces a 404: https://formio.github.io/formio.js/docs/class/src/components/_classes/component/Component.js~Component.html
![CleanShot 2020-05-01 at 16 35 20@2x](https://user-images.githubusercontent.com/796639/80846586-f26ae300-8bc9-11ea-95
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
ErrorMessage
doesn't have an id property.Desired Behavior
It'd be nice
id?: string
would be added to the typeErrorMessage
and 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