jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput Knockout.js TextChanged Event

This topic contains 0 replies, has 1 voice, and was last updated by  anvayatech 11 years, 6 months ago.

Viewing 1 post (of 1 total)
  • Author
  • Knockout.js TextChanged Event #46865

    anvayatech
    Participant

    Hi,

    The NumberInput control offers TextChanged, Changed events, however there is no documentation on how to assign event handlers in a knockout.js binding.

    We have a code something like this:

    <div data-bind=”jqxNumberInput: {inputMode: ‘simple’ , value: qty, disabled: false }” />

    We wish to show a tooltip with the text representation of the number the user typed-in. i.e. show text “One Thousand” when the user types in 1000. I believe we can use the textchanged event for this, but we do not know how to map that event in knockout.js binding.

    Please help.

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.