Aaron Carlino

Results 120 comments of Aaron Carlino

Have you looked at this? http://www.dropzonejs.com/#event-list Surely one of those events will give you what you need.

I have no problem adding time picker field as a dependency if you want to make a PR that makes the module rely on it.

Yeah, this package was abandoned shortly after SS4 was released. Gotta love frontend dev. The reasoning behind keeping form state out of your app state is pretty sound. [React hook...

Agreed. My biggest concerns are: * More widespread use of Injector * More reliance on redux for actions instead of passing handler props * More reliance on redux for state...

They shouldn’t be in the repo. They’re attached to the lesson. The lesson on adding a search form is the last one to have an SQL dump attached to it....

After researching, this "bug" is actually a feature, just with really poor UX, and it isn't actionable until we have some consensus on how to make it better in a...

Thanks for taking the time to read through all this and provide your feedback, @patricknelson. Lots to respond to, but I'll just hit you with the high level. * In...

RFC is here: https://github.com/silverstripe/silverstripe-admin/issues/556 POC is here: https://github.com/open-sausages/react-gridfield-poc

> Option 5: DataList auto-converts to GraphQL query You still have to have an omniscient view of what all these queries are at boot time to put all of them...

## Alternative solution Bearing in mind that we're trying to make the 80% use case as simple and elegant as possible, there is probably a better way to do this....