jQWidgets Forums
jQuery UI Widgets › Forums › Editors › Input, Password Input, TextArea, ColorPicker, Rating, TagCloud, Loader › jqxInput issues with limitations
Tagged: input widget
This topic contains 8 replies, has 3 voices, and was last updated by Peter Stoev 10 years, 4 months ago.
-
Author
-
Not able to type ‘&’after a letter.But works fine after a number
Example: a&bHow to change the limitations for jqx input for entering ‘&’ after the alphabet
$(“#livesearch”).jqxInput({ placeHolder: “Search”, height: 20, width: 250, minLength: 1, source:Data});
Thanks
kkHi keerthi,
There’s no problem to type & after a letter. Ex: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxinput/defaultfunctionality.htm?arctic. However, you should note that the Popup should be closed when you type. Otherwise, what you type will try to select a record from the popup.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hi Peter,
I am facing the same problem with “(“. I tried to take help from jqx team with following post:
I didn’t get the good answers from there and i think you are already aware of this issue so asking you in this post.
If we do not talk in terms of & char., I still want to allow user “(” character.
As per your statement, “However, you should note that the Popup should be closed when you type. Otherwise, what you type will try to select a record from the popup.“, I am assuming the reason for not allowing “&” in the input is it is not part of the popup. However, in my case, “(” is still part of the pop-up and jqxInput control is not allowing me to insert that char. without pressing escape key (or closing the popup).I really appreciate the help.
Thanks,
Don’t know why the link disappear. Posting as a plain text here..
http://www.jqwidgets.com/community/topic/jqxinput-is-not-recognizing-with-autocomplete/
Hi Ankit Shah,
My colleague has replied you with a Solution. If you wish, use it.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hi Peter,
Can you please explain/elaborate on the given solution?
Thanks,
Hi Ankit Shah,
The solution is to update to 3.7.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Hi Peter,
Thank you for your answer. I was surprise to see this working until your last answer, because it was not working until version 3.6.
Thanks again and appreciate your help!!
— Ankit
Hi Ankit Shah,
Yes, we saw your post, tested it while we were writing with you and fixed it for 3.7.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts
You must be logged in to reply to this topic.