Skip to content

Commit

Permalink
Recently added features removed on BDateTimePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
emirhankudevi committed May 13, 2019
1 parent 97a5316 commit bf91906
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/components/src/DateTimePicker/DatePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,16 +311,6 @@ class DatePicker extends ComponentBase {
}}
onClick={this.clearDate}
disabled={this.state.disabled} />}
<IconButton
iconProperties={{ style: iconStyle }}
context={this.props.context}
dynamicIcon="Event"
style={{
width: 24,
height: 24,
}}
onClick={this.handleFocusDateInput}
disabled={this.state.disabled} />
{cloneSuffixText}
</div>;
if (this.props.pageType !== 'browse' && this.props.suffixText) {
Expand All @@ -345,7 +335,7 @@ class DatePicker extends ComponentBase {
valueConstraint={valueConstraint}
hintText={hintTextDate}
floatingLabelText={floatingLabelTextDate}
// onFocus={this.handleFocusDateInput}
onFocus={this.handleFocusDateInput}
value={inputLocalizedDate}
mask={this.props.formats.dateMask}
prefixText={this.props.prefixText}
Expand Down

0 comments on commit bf91906

Please sign in to comment.