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
When trying to set the max property of the IDatePickerConfig as a string, it does not work.
max
IDatePickerConfig
The documentation says it can be either String or Moment.
The text was updated successfully, but these errors were encountered:
Sounds like a bug. Will take a look.
Sorry, something went wrong.
resolves #250 - Documentation for max date Moment|String is wrong
5d10c73
resolves #250 - Documentation for max date Moment|String is wrong (#260)
ad98d1b
* resolves #250 - Documentation for max date Moment|String is wrong * fixing weekdays * fixing build
resolved in ad98d1b
No branches or pull requests
When trying to set the
max
property of theIDatePickerConfig
as a string, it does not work.The documentation says it can be either String or Moment.
The text was updated successfully, but these errors were encountered: