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
Should support date type of most main stream libraries, not just JavaScript Date.
This support should match the following sections: the given value state and the onChange function – all types among these areas should be the same.
onChange
If we are passing a Moment.js object into the value prop, we are going to get a Moment.js object from onChange callback.
All changes of our processor will still happen under JavaScript Date, which is the most efficient solution (per this).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview
Should support date type of most main stream libraries, not just JavaScript Date.
This support should match the following sections: the given value state and the
onChange
function – all types among these areas should be the same.If we are passing a Moment.js object into the value prop, we are going to get a Moment.js object from
onChange
callback.All changes of our processor will still happen under JavaScript Date, which is the most efficient solution (per this).
Date Libraries to be supported
The text was updated successfully, but these errors were encountered: