Capgemini / dcx-react-library

React Library UI/UX agnostic
https://main--6069a6f47f4b9f002171f8e1.chromatic.com
MIT License
113 stars 6 forks source link

FormDate Placeholder #695

Open JadhavJeet opened 5 days ago

JadhavJeet commented 5 days ago

Is your feature request related to a problem? Please describe. There is no provision for a placeholder in date component of FormDate component.

Describe the solution you'd like DateComponent will have a new prop called placeholder where it will get value from yearProps?.placeholder, monthProps?.placeholder, dayProps?.placeholder of FormDate component and it will be applied to the placeholder attribute of input element.

set up:

git checkout release/1.1.0
git pull
git checkout -b 'feature/form-date-placeholder'