Currently, we have our own implementation where we add a button to clear the input of the date picker. The wish would be to have one directly inside the date picker, like the pd-combobox component, where you have the option to clear the input after a selection has been made.
The icon should be toggleable with a prop like show-clear-icon or a similar option.
Above is the example from your storybook for the pd-combobox component.
Currently, we have our own implementation where we add a button to clear the input of the date picker. The wish would be to have one directly inside the date picker, like the pd-combobox component, where you have the option to clear the input after a selection has been made.
The icon should be toggleable with a prop like
show-clear-icon
or a similar option.Above is the example from your storybook for the
pd-combobox
component.