We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have very strange behavior of these two input fields. Some pieces of my code:
<Form schema ={ modelSchema } value={ this.state.model } onChange={ model => { this.setState({ model: model }) } } onSubmit={ this.handleSubmit } > ...... <Form.Field name='from' type='date' min={ new Date() } max={ new Date(moment().add(21, 'days')) } /> <Form.Field name='description' type='textarea' /> ...... </Form>
If at first I'm typing in textarea - everything OK But if I selected date at first and then start typing... it become too slow, painful
I did small video. Any suggestions?
The text was updated successfully, but these errors were encountered:
i'm not sure not knowing what your inputs are but perhaps the reason is creating a new date on each render?
Sorry, something went wrong.
No branches or pull requests
I have very strange behavior of these two input fields.
Some pieces of my code:
If at first I'm typing in textarea - everything OK
But if I selected date at first and then start typing... it become too slow, painful
I did small video. Any suggestions?
The text was updated successfully, but these errors were encountered: