Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

How to Restrict Multiple Option demo to only one tag #9

Closed
afeef1915 opened this issue Aug 8, 2019 · 2 comments
Closed

How to Restrict Multiple Option demo to only one tag #9

afeef1915 opened this issue Aug 8, 2019 · 2 comments
Labels
question Further information is requested

Comments

@afeef1915
Copy link

6. Multiple values demo (tags)

<ng-select2 [data]="exampleData"
[options]="options"
[width]="500"
[(ngModel)]="value">




Selected values: {{ value }}

@icecoldfire icecoldfire added the enhancement New feature or request label Aug 9, 2019
@icecoldfire
Copy link

Dear

I don't understand the issue could you please make a minimal reproducible example using stackblitz.com?

What is the behaviour you expect?

Is this the option that you want?

this.options = {
  width: '300',
  multiple: false,
  tags: true
};

@icecoldfire icecoldfire added question Further information is requested and removed enhancement New feature or request labels Aug 13, 2019
@icecoldfire
Copy link

I'm closing this issue for now because there is no response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants