-
Notifications
You must be signed in to change notification settings - Fork 35
Fix calendar icon to fit properly after field #1428 #1499
Conversation
- open calendar by default after double-click
src/components/widget/DatePicker.js
Outdated
<Datetime | ||
closeOnTab={true} | ||
renderDay={this.renderDay} | ||
renderInput={this.renderInput} | ||
onBlur={this.handleBlur} | ||
onFocus={this.handleFocus} | ||
{...this.props} | ||
open={true} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wiadev seems as if the datepickers are now always initially opened and don't close anymore.
src/components/widget/DatePicker.js
Outdated
<Datetime | ||
closeOnTab={true} | ||
renderDay={this.renderDay} | ||
renderInput={this.renderInput} | ||
onBlur={this.handleBlur} | ||
onFocus={this.handleFocus} | ||
{...this.props} | ||
open={true} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @wiadev can u please check the quick feedback about datepicker now remaining open and not closing anymore..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@metas-mk updated |
- Remove z-index: -1 from meta-date-picker icon
please, check #1507, first before this PR. |
Quick local check OK. Integrating. |
#1428