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
[ ] Enhancement
[x ] Bug
[ ] Question
Please specify what version of the library you are using: 1.13.0
Setting the isMonthPickerVisible prop to false should make the month picker not appear.
Month picker always appears irrespective of the value of the isMonthPickerVisible prop.
Setting isMonthPickerVisible to false as below has no effect
<DateTimePicker label="MyLabel" isMonthPickerVisible={false} onChange={(value) => console.log("DateTimePicker value:", value)} />
The text was updated successfully, but these errors were encountered:
Will be available in version 1.13.2 and can already be tested out in the latest beta. More information about how you can test out a beta version can be found here: https://sharepoint.github.io/sp-dev-fx-controls-react/beta/
1.13.2
Sorry, something went wrong.
This has just been released in the version 1.13.2.
No branches or pull requests
Category
[ ] Enhancement
[x ] Bug
[ ] Question
Version
Please specify what version of the library you are using: 1.13.0
Expected / Desired Behavior / Question
Setting the isMonthPickerVisible prop to false should make the month picker not appear.
Observed Behavior
Month picker always appears irrespective of the value of the isMonthPickerVisible prop.
Steps to Reproduce
Setting isMonthPickerVisible to false as below has no effect
The text was updated successfully, but these errors were encountered: