Michael Gauthier

Results 21 comments of Michael Gauthier

The model VS Code uses where you get a per-project config file is a better approach and would be nice to see here. It may even be possible to steal...

Am I to understand from this that use of the `jQuery.Animation` and `jQuery.Tween` APIs is discouraged? I'm converting a project to use jQuery and have a need for the more...

It seems maintained to me. I submitted a PR and it got reviewed and merged within 1 hour :D

Even elements that are exposed by `innerClasses` are really difficult style. For example, the count in multilist rows is really difficult to style. It gets the generated CSS selector from...

Similarly, adding `type="search"` to the `DataSearch` component's input would improve accessibility for mobile devices and screen readers.

See https://github.com/appbaseio/reactivesearch/blob/next/packages/web/src/components/list/MultiList.js#L95-L97

Because the base MultiList is not exported it's difficult to work around this issue. I was able to do so by setting a hacky default value: ```js const defaultDocumentType =...

@ShahAnuj2610 The `defaultQuery` affects the query for values displayed in the multilist and the `customQuery` affects the query in the parent reactive base. Your suggestion to use `defaultQuery` just makes...

Adding `type="search"` to the `DataSearch` component's input would improve accessibility for mobile devices and screen readers.

This issue is not fixed and is a known issue that will not be fixed any time soon. The distributed type files are set to ignore null and undefined, so...