jQuery UI Widgets Forums Editors NumberInput missing property in jqxNumberInput Documentation

This topic contains 2 replies, has 2 voices, and was last updated by  fabriceb 5 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • fabriceb
    Participant

    Hi there,

    I discovered there is a “hidden” property for jqxNumberInput : enableMouseWheel.
    this property is set on true by default.

    So if you don’t want the value of jqxNumberInput to change accidentally when you scroll with mouse wheel, you just have to add :
    $(“#jqxNumberInput”).jqxNumberInput({
    enableMouseWheel: false
    });

    lots of users are waiting for this functionality since years, but you never told us that this new functionality exists…

    Please, can you complete the documentation of the api reference documentation ?

    many thanx.

    fabriceb


    Todor
    Participant

    Hello fabriceb,

    Thank you for your feedback! We would add it as soon as possible.

    Let us know if you need further assistance.

    Best Regards,
    Todor

    jQWidgets Team
    https://www.jqwidgets.com


    fabriceb
    Participant

    Hello,

    we are now on release 8, but there is still no documentation on the API about “enableMouseWheel”…

    Don’t forget to add it before next release !

    Best regards,

    fabriceb

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.