Skip to content

Why was comma create new tag functionality removed? #987

@ryanzec

Description

@ryanzec

So there is this block of commented out code:

// case 188: // ,
//  if (this.props.allowCreate && this.props.multi) {
//      event.preventDefault();
//      event.stopPropagation();
//      this.selectFocusedOption();
//  } else {
//      return;
//  }
// break;

and I was wondering why it is commented out? Being able to create a new tag on the comma key is a pretty big deal for me and was wondering when this would be added back in?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions