hel.io
hel.io
Explore posts from servers
SSolidJS
Created by 이한울 on 7/23/2023 in #support
How to add events for scrolling like React? (with solid-qurey)
solid-query has a createInfiniteQueries so you don't need to create this yourself.
2 replies
SSolidJS
Created by _calvinandhobbes on 4/12/2023 in #support
How to extend native events
This would probably be a good place for a Proxy https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy. I mean, not necessarily in the input itself but you could create a proxy for the currency and you can do whatever you need on set() and on get(), which is where you could provide your masked and unmasked values
2 replies