react-tailwindcss-datepicker
react-tailwindcss-datepicker copied to clipboard
fix: should wait for button click when both asSingle and showFooter are true
This PR addresses #140.
Problem: When asSingle is enabled, the datepicker ignores showFooter and submits when a value is picked instead of waiting for button click.
Solution: check if showFooter is enabled before submitting.