buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

#1423: DatePicker should have clearable option (closes #1423) #1426

Closed marcopiii closed 4 years ago

marcopiii commented 4 years ago

Closes #2520628

⚠️ The line above was added during the automatic migration of all github project issues to Kaiten. The old GH issue link is kept here for reference (it is now deprecated, continue follow the original issue on Kaiten).

Closes #1423

Test Plan

tests performed

if isClearable={false} or not defined

if isClearable={true}

⚠️ this is a breaking change since the component was clearable by default and value was optional, now it's not clearable by default and value is always mandatory

marcopiii commented 4 years ago

@veej I applied the requested changes 👍 test plan has been updated

kanbanbot commented 4 years ago