Skip to content
#

autocomplete

Here are 944 public repositories matching this topic...

dubst3pp4
dubst3pp4 commented Mar 31, 2020

Hello,
I've searched in the docs but could not find how to show which linter reports the error in the quickfix/location window?

In my projects I usually run different linters, but I want to see which error is coming from which linter, so it would be nice to have the name of the linter somehow prepended to the error, eg.:

nuxt.config.js|1 col 45 error| <jshint> Missing semicolon.

Is t

silviuaavram
silviuaavram commented Feb 19, 2020

Will add this item for tracking, as I am looking to do some changes to the docsite. The list so far is:

  • check optional properties of getter functions and add stuff like ref with explanation.
  • add similar examples for useCombobox as in useSelect in the docsite.
  • Re-write the beginning of the Readme to better explain what Downshift is (component, hooks).
shahidhk
shahidhk commented Nov 1, 2018

Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.

import gql from 'graphql-tag';

export const GRAPHQL_QUERY=gql`
  query {
    something {
      anotherthing
    }
  }
`;
mibjg
mibjg commented Oct 29, 2019

Describe the bug
If the first element in the ng-select is a space, it seems like the height of the dropdown is calculated based on a smaller row-height than the rest of the elements.
This only happens if virtualScroll is true

Reproducbile example
https://stackblitz.com/edit/angular-wpjuge

Expected behavior
I expected the dropdown to have the same height as if the first elemen

picocli
tribute
scryan7371
scryan7371 commented Feb 12, 2020

Bug
This plugin is super useful however it makes use of the method componentWillReceiveProps which is no longer supported by React. React continues to evolve in many directions and now they are getting rid of classes in preference to functions. I still have clients that are React heavy but more and more are moving to other frameworks due to the instability and constant breaking changes being in

Improve this page

Add a description, image, and links to the autocomplete topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the autocomplete topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.