Nick G
Nick G
@mdgbayly, with regards to your comment: > Seems to work ok for my pattern but wondering if this will likely cause issues for other patterns? My opinion is that it...
Please add a description of your new method to the README under https://github.com/insin/inputmask-core#inputmask-editing-methods. It looks good, and I like the test cases 👍
Please add documentation for this new method to `#inputmask-public-properties-getters--setters` in the README. After that, LGTM
Regardless of how the cache is built, the comparator function only really cares if the arguments for two different calls produce the same result. Or to get a little more...
Have there been considerations for enabling authors to retrieve the new focus/tab order from the DOM? A use-case for this is implementing something like a roving tab index. Imagine wanting...
Getting back to the problem of code duplication, could we do something similar to SASS's mixin? Instead of setting a Custom Property flag and using container queries to style, you...
> > Having the ability to use JavaScript that either cannot be turned off… > > This one specifically turns the proposal into “do not allow users disable JS”, which...
Also the [`:checked`](https://html.spec.whatwg.org/#selector-checked), [`:indeterminate`](https://html.spec.whatwg.org/#selector-indeterminate), and [`:default`](https://html.spec.whatwg.org/#selector-default) pseudos.
> What is the use case for each in combination with FACE? ``` :required { border-color: red; } Name Email ``` I would expect the border-color to show on both...
I think that managing cache is an implementation detail best left to the browser which would have the best information about how much memory is available and what the "hot...