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

Feature request: Title on modals #57

Closed
jeffkevin opened this issue Jan 21, 2013 · 1 comment
Closed

Feature request: Title on modals #57

jeffkevin opened this issue Jan 21, 2013 · 1 comment

Comments

@jeffkevin
Copy link

On desktop when a user pressed tab on a mobiscroll (date time scroller) input a MODAL show on their screen with dates without them knowing what is it for. I suggest we put a modal title on modals to make it more user friendly.

@dioslaska
Copy link
Contributor

We already have the headerText option for that, which defaults to the selected value, but you can customize that, e.g:
$('#start_date').mobiscroll().date({ headerText: 'Select start date: {value}' });
Where {value} will always be updated to the currently selected value.
For more info: http://docs.mobiscroll.com/23/mobiscroll-core

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