Giter Club home page Giter Club logo

react-tokeninput's People

Contributors

aaronshaf avatar augustocallejas avatar brentropy avatar cguanzon avatar claydiffrient avatar jaketrent avatar jenseng avatar michaelbrewerdavis avatar vanwagonet avatar yotov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-tokeninput's Issues

Using key 188 in inputKeydownMap

Key 188 is letter "Б" of the Russian alphabet, and using it in "inputKeydownMap" in "combobox.js" makes it difficult to enter text

 inputKeydownMap: {
    8: 'removeLastToken', // delete
    13: 'selectOnEnter', // enter
    188: 'selectOnEnter', // comma
    27: 'hideOnEscape', // escape
    38: 'focusPrevious', // up arrow
    40: 'focusNext' // down arrow
  },

this.isOpen

Please change this.isOpen to this.state.isOpen in componentWillReceiveProps of combobox.js,

Its hiding the list on re-rendering of component.

unknown token is selected

when we type name which doesn't exist in list (names.js) and then click outside the TokenInput box any where on screen then that typed content becomes selected one.
please fix it up

Accessibility Bug: Change text to delete a tag (Close Button)

As reported by accessibility testing:

The “close button” text should be changed to “Delete “tag name” tag”. Leave off the “button” text,
because it has a role of button already. [For tag named "Code"], the text would be
changed to "Delete Code tag".

Update readMe to show how to use

Unable to use this module post npm install.. had a look at your example in the repo but its difficult to get it right.

Could you please update the readMe so that anyone installing this module on their project knows how to quickly get this awesome component up and running ?

remove button on left or right

Hey guys. Excellent widget! Handles a lot of cases and saved me a lot of time. Any chance you could add a prop to have the X button be on the left of the token rather than the right?

Usage of deprecated function React.createClass

In option.js there's a use of React.createClass, using your package gives this warning -

Warning: exports: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.