Search Type: Posts; User: jynxdaddy
Search: Search took 0.03 seconds.
-
18 Dec 2011 4:54 AM
Jump to post Thread: PR3 spinnerfield minValue bug by jynxdaddy
- Replies
- 3
- Views
- 946
I have a temporary fix, works in my app.
Ext.field.Spinner.override({
applyValue: function(value) {
value = parseFloat(value);
if (isNaN(value)) {
value =...
Results 1 to 1 of 1
