timepicker: disable mousewheel by default
This commit is contained in:
parent
fc3c8ef808
commit
25724cad24
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,7 @@
|
||||||
* - activate meridian on class 'time--12'
|
* - activate meridian on class 'time--12'
|
||||||
* - normalize output to 24-hour clock
|
* - normalize output to 24-hour clock
|
||||||
* - add hoursAndMinutes
|
* - add hoursAndMinutes
|
||||||
|
* - disableMousewheel by default
|
||||||
*
|
*
|
||||||
* For the full copyright and license information, please view the LICENSE
|
* For the full copyright and license information, please view the LICENSE
|
||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
|
@ -1131,7 +1132,7 @@
|
||||||
$.fn.timepicker.defaults = {
|
$.fn.timepicker.defaults = {
|
||||||
defaultTime: false,
|
defaultTime: false,
|
||||||
disableFocus: false,
|
disableFocus: false,
|
||||||
disableMousewheel: false,
|
disableMousewheel: true,
|
||||||
isOpen: false,
|
isOpen: false,
|
||||||
minuteStep: 15,
|
minuteStep: 15,
|
||||||
modalBackdrop: false,
|
modalBackdrop: false,
|
||||||
|
|
Loading…
Reference in a new issue