Nelson Menezes
Nelson Menezes
@johnkors What URL are you querying to get that JSON?
You don't need to do this; the component that must extend Base is created automatically by the factory* functions. You only need to extend Base if you want to completely...
Ah, I see. That looks like a pretty complex component; I assume that simply wrapping it with a selectFactory wouldn't be enough to handle its behaviour (e.g. like here: https://github.com/Lesha-spr/react-validation/blob/master/lib/src/components/Select/Select.jsx)?...
Just adding to the list of "interest shown" in this feature. Our use-case is very much as described in https://github.com/whatwg/fetch/issues/601#issuecomment-502667208 — we are implementing a generic authentication proxy wrapper (so...
`querySelector` would offer no length advantages, but at least would be consistent with the DOM Document API. As for avoiding upsetting `:target`, the only strings that _shouldn't_ match an `id`...