Layne Anderson
2017-09-30 39b8275f9b2bbd8f11ffecba94fce7d339c4d577
DateTime.js
@@ -192,13 +192,13 @@
            }
         }
      }
      //we should only show a valid date if we are provided a isValidDate function.
      if (this.props.isValidDate) {
      //we should only show a valid date if we are provided a isValidDate function. Removed in 2.10.3
      /*if (this.props.isValidDate) {
         updatedState.viewDate = updatedState.viewDate || this.state.viewDate;
         while (!this.props.isValidDate(updatedState.viewDate)) {
            updatedState.viewDate = updatedState.viewDate.add(1, 'day');
         }
      }
      }*/
      this.setState( updatedState );
   },