Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add inputs to DatePicker #47

Closed
nicholasvperry opened this issue Jan 26, 2023 · 1 comment
Closed

Add inputs to DatePicker #47

nicholasvperry opened this issue Jan 26, 2023 · 1 comment

Comments

@nicholasvperry
Copy link

I love your datepicker. I think it is great!

I would love to be able to add some input values to the DatePicker Calendar.

I have a current calendar that allows us to add our own inputs. I also would like to have the option to add a button at the bottom. I would be able to handle all the bindings myself but just being able to add things below the calendar.

My thoughts are writing something like this and having the ability for the button to close the calendar once clicked.

<DatePicker> <select> <option value="">--Please choose an option--</option> <option value="foo">Foo</option> <option value="bar">Bar</option> </select> <button>test</button> </DatePicker>

image

@probablykasper
Copy link
Owner

Sure, that sounds useful

probablykasper added a commit that referenced this issue Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants