Skip to content

Commit

Permalink
docs(community-date-picker): add since version
Browse files Browse the repository at this point in the history
  • Loading branch information
grossedouceur authored and jraff committed Jul 21, 2021
1 parent e3c6a78 commit e42a214
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/DatePicker/DatePicker.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ DatePicker.propTypes = {
@param {Moment} date The new date that was selected */
onDateChange: PropTypes.func,

/** A function determining whether a given date should be disabled
/** A function determining whether a given date should be disabled *(implemented only since 1.0.5)*
@param {Moment} date The date to optionally disable
@returns {bool} */
@returns {bool}
@since 1.0.5
@see See [issue #502](https://https://github.com/telus/tds-community/issues/502) for further information */
isDayDisabled: PropTypes.func,

/** The field label to be displayed above the calendar */
Expand Down

0 comments on commit e42a214

Please sign in to comment.