Jonathan Garbee
Jonathan Garbee
Due to the scope of this problem and our lack of thorough testing for this functionality currently, I'm pushing this off to V2. We can clean it up as we...
Makes logical sense. If something is disabled it therefore shouldn't trigger any UX other than disabled indicators. This isn't exactly straightforward though, seems like a UX quirk that can go...
I think some context here may help. Could you provide a quick [codepen](http://codepen.io) with a minimized UX you are dealing with? Say in the case of standard forms, normal input...
IMO that situation is best handled by better UX internally. [For example](http://codepen.io/Garbee/pen/rLaYZX) a custom "reset categories" button that resets only the categories and not the entire form. This way the...
We'll try to make sure this works when building V2 components. If someone wants to look into doing this for 1.x then they are free to do so on their...
We'll work on this with the V2 make-over. 1.x is as-is unless a community member would like to contribute a patch to address this. Thanks for the report.
Good catch. I'll get a patch for this done today. What is the intended use-case here though? The snackbar example is an awful use of a snackbar so it peeks...
How exactly are you "loading the SVG file"? Looks like a fetch request is going out, which is expecting JSON to get returned and not other content. So it is...
It is going to entirely depend on the implementation of your component. Without a reproduction sample, we'd just be stabbing in the dark. Something is *clearly* trying to make a...
The best solution I've found for needing expand/collapse functionality is to flatten the tree into a single array of data. Then compute the "visible items" based on either being a...