jQuery UI Widgets › Forums › General Discussions › Editors › MaskedInput › Can you tell me how to retrieve the masked input's value?
Tagged: jQuery, jQuery Masked Input, jQuery Widgets, Masked TextBox
This topic contains 2 replies, has 3 voices, and was last updated by jjmac78 10 years ago.
I am trying to get the entered value but don’t see how. Can you help me?
Hi rafi,
To retrieve the input’s value, you can do the following:
var enteredValue = $("#numericInput").jqxMaskedInput('inputValue');
Please feel free to write us, if you have any questions.
Best Regards, Peter Stoev
I was looking for this for a while before I stumbled upon it here.
Can you add this to the API documentation? https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxmaskedinput/jquery-masked-input-api.htm
You must be logged in to reply to this topic.