rc-calendar
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -24,3 +24,3 @@ # rc-calendar@1.x demo Calendar.Picker | ||
var GregorianCalendar = require('gregorian-calendar'); | ||
var CalendarLocale = require('../lib/locale/zh-cn'); | ||
var CalendarLocale; // = require('../lib/locale/zh-cn'); | ||
@@ -27,0 +27,0 @@ var Test = React.createClass({ |
@@ -29,3 +29,3 @@ /** | ||
nextCentury: 'Next century', | ||
veryShortWeekdays: ['S', 'M', 'T', 'W', 'T', 'F', 'S'] | ||
veryShortWeekdays: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'] | ||
}; |
@@ -150,3 +150,4 @@ /** @jsx React.DOM */ | ||
ref: 'input', | ||
readOnly: true, | ||
// wield call onClick when open false | ||
disabled: true, | ||
onClick: this.handleInputClick, | ||
@@ -153,0 +154,0 @@ value: inputValue, |
{ | ||
"name": "rc-calendar", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "calendar ui component for react", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130297
3051