Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to using filterable in DynamicSelectModel: ui-primeNg #448

Closed
rodolfocop opened this issue Jul 20, 2017 · 2 comments
Closed

How to using filterable in DynamicSelectModel: ui-primeNg #448

rodolfocop opened this issue Jul 20, 2017 · 2 comments

Comments

@rodolfocop
Copy link

Hi, I'm using Dynamic Select Model, but it does not work, could anyone help me with this?

`const item= new DynamicSelectModel(
{
id: 1215,
label: model.DisplayText,
options: builderOptions(model.Options),
placeholder: 'Municipios',
filterable: true

     },
      {
        element: {
          label: 'control-label'
        },
        grid: {
          container: 'col-md-6 dynamic-container',
          control: 'dynamic-input',
          label: 'dynamic-label'
        }
      });`
@udos86
Copy link
Owner

udos86 commented Jul 21, 2017

@rodolfocop Thanks for your question!

At the moment filtering on dropdowns is not yet supported in Prime NG UI template.

I'll try to deliver that feature with the next patch version!

@rodolfocop
Copy link
Author

Thanks for the answer.
I am waiting for the update and congratulations it this component.

@udos86 udos86 closed this as completed in c890493 Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants