jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput bug non-english input

This topic contains 7 replies, has 2 voices, and was last updated by  gunbread 8 years, 1 month ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
  • bug non-english input #92245

    gunbread
    Participant

    hello,

    input is declared like this

    $(“#id”).jqxNumberInput({ width: ‘90%’, height: ’25px’, inputMode: ‘simple’, spinButtons: true, decimalDigits: 1});

    I would like to avoid inputting non-English characters.

    However, non-English characters are entered.

    The language used is Korean and the jqwidget version is 4.4.0.

    Please help me.

    bug non-english input #92246

    Peter Stoev
    Keymaster

    It allows entering numbers like 1,2,3,4,5,6,7,8,9,0 only. They are not English, but International.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    bug non-english input #92247

    gunbread
    Participant

    Thank you Peter Stoev.

    But it is not the answer I want.

    I don’t want Korean to be entered in jqxNumberInput.

    bug non-english input #92250

    Peter Stoev
    Keymaster

    You can enter only numbers.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    bug non-english input #92252

    gunbread
    Participant

    ….

    You don’t understand now.

    You can only enter numbers, not English. However, korean characters can be input. I do not want other languages ​​to be entered like English.

    bug non-english input #92254

    gunbread
    Participant

    temp

    As you can see, following this image, I can input ‘Korean Word'(가나다) to jqxNumberInput.

    here is my question, How I can prevent to input Korean word to your jqxNumberInput?

    bug non-english input #92260

    Peter Stoev
    Keymaster

    How can we enter Korean characters? Probably binding to keydown, keyup or keypress directly to the Inner Input inside jqxNumberInput and preventing certain inputs will resolve that.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    bug non-english input #92271

    gunbread
    Participant

    Thank you. Peter Stoev.

    maybe i should try it.

    Do you have any official plan of patching for this thing?

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

You must be logged in to reply to this topic.