Skip to content

Commit

Permalink
#1042 allow text input
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Oct 14, 2021
1 parent 31e2a7c commit 05464f7
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default class DateRangeTemplate extends React.Component<IDateRangeTemplat
borderless: true,
styles: datePcikerStyles,
theme: this.props.themeVariant as ITheme,
strings: strings.Refiners.Templates.DatePickerStrings
strings: strings.Refiners.Templates.DatePickerStrings,
allowTextInput: true
};

let toProps: IDatePickerProps = {
Expand All @@ -81,7 +82,8 @@ export default class DateRangeTemplate extends React.Component<IDateRangeTemplat
styles: datePcikerStyles,
theme: this.props.themeVariant as ITheme,
borderless: true,
strings: strings.Refiners.Templates.DatePickerStrings
strings: strings.Refiners.Templates.DatePickerStrings,
allowTextInput: true
};

// Check if moment js is present on the current page (loaded from a search results WP)
Expand Down

0 comments on commit 05464f7

Please sign in to comment.