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

Option to not insert button and styling? #75

Open
douglasg14b opened this issue Feb 3, 2017 · 3 comments
Open

Option to not insert button and styling? #75

douglasg14b opened this issue Feb 3, 2017 · 3 comments

Comments

@douglasg14b
Copy link

With the JQuery UI datepicker, you can instantiate it on an input element without it overriding the html/CSS of the element and inserting it's own button.

Can the date range picker do the same?

@op16
Copy link
Contributor

op16 commented Feb 3, 2017

No.

@douglasg14b
Copy link
Author

douglasg14b commented Feb 3, 2017

@op16 That's a very terse answer :/

Is there a workaround? Can this be a feature request?

@op16
Copy link
Contributor

op16 commented Feb 3, 2017

There is no workaround. The reason is that the value of the text field is set to JSON representation of the date range. This would obviously look scary to most users. So the user-friendly form is used for the inserted button.

As you can imagine, your feature would require substantial modifications, so it's unlikely to get implemented.

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