We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to set an available hours range, for example from 9 to 18 hours only?
The text was updated successfully, but these errors were encountered:
you can add two inputs, the first for the start time, and another one for the end time
Sorry, something went wrong.
as i understand it perhaps @zygisjas is referring to the same issue as this #65
Sorry for the long wait. The latest version v0.2.0 [#66] release support for hour-range and hide-disabled-hours. Please give it a try.
hour-range
hide-disabled-hours
If you want to set hours enabled from 9 to 18:
<!-- 24-Hour Format --> <vue-timepicker :hour-range="[[9, 18]]"></vue-timepicker> <!-- 24-Hour Format + Hide Disabled Hour Ranges --> <vue-timepicker :hour-range="[[9, 18]]" hide-disabled-hours></vue-timepicker>
No branches or pull requests
Is it possible to set an available hours range, for example from 9 to 18 hours only?
The text was updated successfully, but these errors were encountered: