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

Dropdowns do not work #40

Closed
bailey86 opened this issue Jan 23, 2016 · 3 comments
Closed

Dropdowns do not work #40

bailey86 opened this issue Jan 23, 2016 · 3 comments

Comments

@bailey86
Copy link

It looks to me like the dropdown menus do not work.

Have I missed something or is this an issue?

@rassrig
Copy link

rassrig commented Jan 26, 2016

The {{bs-select}} doesn't also work for me.
Using this code,

            {{bs-select 
              content=listPayment
              optionValuePath="content.paymentTermId"
              optionLabelPath="content.description"
            }}

@simonihmig
Copy link
Contributor

There are no issues that I know of. If used like described in the API Docs or in the addon's dummy app, it should work. Otherwise please provide the relevant code sample.

@simonihmig
Copy link
Contributor

@ruzrig Please don't mix issues here. File a seperate one if needed!
Try this:

{{bs-select 
  content=listPayment
  optionValuePath="paymentTermId"
  optionLabelPath="description"
}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants