jQuery UI Widgets › Forums › Editors › NumberInput › How to remove promptChar in NumberInput
Tagged: #numberinput, groupSeparator, inputMode, jqxnumberinput, Simple
This topic contains 8 replies, has 6 voices, and was last updated by Yavor Dashev 3 years, 6 months ago.
-
Author
-
Hi,
<div id='jqxNumberInput'></div>
$("#jqxNumberInput").jqxNumberInput({ width: '250px', height: '25px', spinButtons: false, groupSeparator: ',' });
Here I set,
groupSeparator: ','
, in NumberInput. But it is showing with promptChar also. I don’t want that PromptChar in NumberInput. If I set,inputMode: 'simple'
thegroupSeparator: ','
is not working. I want to show values with groupSeparator and without promptChar.Hello Kavyad23,
‘groupSeparator’ property does not work with
inputMode:'simple'
.Best Regards,
NadezhdajQWidgets team
http://www.jqwidgets.com/Hi Nadezhda,
Thank you, I want a numberInput with “groupSeparator” without “promptChar” symbols
Hi Kavyad23,
Unfortunately, ‘groupSeparator’ without ‘promptChar’ is not available in jqxNumberInput.
Best Regards,
NadezhdajQWidgets team
http://www.jqwidgets.com/hi jqwidgets,
sorry to raise old threat, but my problem is the same with kavyad23 🙂
i need to have numberInput with “groupSeparator” without “promptChar” symbols because my user annoyed with “_” or “#” symbol
do you think there will be jqwidget update with this feature? so i can type 1,200.00 without ___,__1,200.00
thxregards,
dHi d,
The behaviour of jqxNumberInput is still as described in the previous posts, but we will consider improving it in the future.
Best Regards,
DimitarjQWidgets team
http://www.jqwidgets.com/okey thx dimitar
Hello there,
Has any development been made on this issue? same goes for meHi lwel99,
The behavior described in this topic is still present and there is no suitable workaround for it, unfortunately.
However our other UI library-SmartUI has a number input component which supports the functionality you require.
Demo of the number input from SmartUI: https://www.htmlelements.com/demos/input/number-input/
Let me know if that works for you!
Please, do not hesitate to contact us if you have any additional questions.
Best Regards,
Yavor Dashev
jQWidgets team
https://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.