Hello,
I see an interesting bug with SFDateRangePicker when FloatLabelType is set to "FloatLabelType.Auto".
When you open the DatePicker popup by clicking the calendar icon without clicking the text field before, the text field is distorted, as seen in the picture.
If you first click the text field, this bug does not occur despite how many times you open the calendar popup.
It doesn't happen with either FloatLabelType.Never or FloatLabelType.Always.
Additionally, you will also see that the SFDateRangePicker with FloatLabelType.Never has a higher baseline than the others, thus not aligning with them:
I have attached the example project.
|
<div class="form-row">
<div class="col-md-4">
<SfDateRangePicker CssClass="e-custom" TValue="DateTime?"
FloatLabelType="FloatLabelType.Never"
Placeholder="Choose - Float Never">
</SfDateRangePicker>
</div>
</div>
<style>
.e-custom.e-input-group, .e-custom.e-input-group.e-control-wrapper {
margin-top: 16px;
}
</style> |
Thanks a lot, looking forward to seeing the next version.