Matt

Results 90 comments of Matt

@danjenkins What's your use-case? I still don't picture the autocomplete as being an obvious choice of component for this.

@danjenkins It sounds like the transfer list but with added drag-and-drop might be a good fit – albeit only suited to desktop. (You mentioned codecs, so that might not be...

Adding a reminder to update: https://mui.com/material-ui/react-text-field/#type-quot-number-quot when this is released.

Just for reference, end of support for IE11 is May 11, 2021 (Windows 10 EOS, excluding LTS versions). https://support.microsoft.com/en-us/help/13853/windows-lifecycle-fact-sheet

> The _current_ deadline is actually January 2029 That's why I said _excluding_ LTS. If companies wish to pay for LTS for Windows 10 (ergo IE 11), they're welcome to...

> Draconian/underfunded/lazy IT departments are enabled by so many libraries bending over backwards to support them, for free. If, instead, libraries started dropping support, these IT departments would face increasing...

@damianobarbati LMGTFY: https://material.io/guidelines/components/snackbars-toasts.html "Only one snackbar may be displayed at a time."

> Imagine you have an item with 3 children, you select it, it selects the 3 children. Then you have some data call that adds a 4th children, should it...

I missed one. The demos overflow the demo container:

@davidmccabe > There aren't even examples of how to build new AST nodes. This blog post: https://www.toptal.com/javascript/write-code-to-rewrite-your-code, and this tool: https://rajasegar.github.io/ast-builder/ (used in conjunction with AST Explorer) are your friends....