afialapis / reactstrap-date-picker

A Reactstrap based, zero dependencies, date picker
MIT License
12 stars 6 forks source link

Placeholder changes on focus #15

Closed aminedav closed 3 years ago

aminedav commented 3 years ago

On focus the DatePicker component replaces the placeholder by the dateFormat ! This is very annoying especially when the placeholder isn't in E datepicker nglish

afialapis commented 3 years ago

The language topic makes complete sense. Placeholder will stick to the prop, never fallback to the dateFormat or anything else. Thanks!