Graham Bass

Results 13 comments of Graham Bass

I had to write a solution for this too. I wrote a page initializer that compared the length of the input's value to the indexOf(thousandsMarker), and then just appended the...

I can at least tell you what the issue is: 1) the settings are within a closure that is bound to the element with .init, so they currently aren't accessible...

Here's the solution I've been working on: Move unmasked label in to init method and add an event binding to get a handle back to it. This was so that...

There's a couple options here, but I think the easiest to merge and maintain is to explicitly write the config properties to the masked element when masking. This can't be...

I'm not sure why it's saying that the change event isn't firing, btw. I reviewed the code and it looks fine. The logic for the input.change() is preserved....

That did make it pass, but I'm not all that happy about setting and reading from the input twice. This solution does it a maximum of twice, I believe yours...

excellent, i may have misread then! I was pretty sure that I could make it work with one, but I haven't figured out how to send something to CI without...

Nice, good to know. I was trying to use github as editor and VCS, instead of using git as version control, and I think that was a source of many...

Ok, this it. Works as intended, one read and one write, now works to remove multiple separators for numbers over 999,999.99

I didn't until now, sorry. I'll get it merged tonight.