LBell
LBell
Interesting... perhaps we can leverage flickr.photos.search -- which unfortunately only returns the first 4,000 entries... or flickr.photosets.getPhotos and iterate through the sets... Just brainstorming...
photsets.getList looks promising
As long as we're on the subject, the date-picker could suffer several improvements beyond just being able to type in the date manually: - Button to clear the currently entered...
Bingo. On Waylund and using DiNG. Was not an issue initially, so sounds similar. Would like to be able to use waylund and DiNG. So would the fix: `check the...
> Here is an up to date drop in replacement. https://rmwc.io @jamesmfriedman How "drop-in"-ny of a "drop-in" replacement? Do you have a brief migration doc?
> For (1), I implemented my own. I'd be curious to see how you did this @nworden
`import "@material/form-field/dist/mdc.form-field.css";` for css -- apparently. (Found this all woefully confusing.)
Also getting errors: `Module not found: Can't resolve '@material/react-list/dist/menu.css'` even after installing `react-list`, `react-menu`, `react-menu-surface` (despite these not being listed in the instructions for how to install `react-select`)
Possibly related to https://github.com/material-components/material-components-web-react/issues/885 but even after downgrading to 0.13 of `@material/react-select` and associated dependencies, still getting the same error.
Ignoring the first three imports, and just using `import '@material/react-select/dist/select.css';` Seems to work fine for "basic" select (not enhanced) outline derivation. Can't make the "enhanced" version work, but don't have...