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

I can't use this. #303

Open
phantomDD92 opened this issue Apr 9, 2024 · 0 comments
Open

I can't use this. #303

phantomDD92 opened this issue Apr 9, 2024 · 0 comments

Comments

@phantomDD92
Copy link

Version of x-select:

v3.1.1

Ember Version / Ember CLI Version:

ember-cli: 5.7.0
Ember Version: 5.7.0
Ember CLI Version: 5.7.0

Expected Behavior

After install emberx-select, I am using this but I got error.
{{#x-select
value=model.countries
searchField="name"
placeholder="Choose Country"
selected=selectedCountry
as |xs|
}}
{{#xs.option value=1}}Active{{/xs.option}}
{{#xs.option value=2}}Inactive{{/xs.option}}
{{/x-select}}

Attempted to resolve x-select, which was expected to be a component, but nothing was found.

(Describe how things should work.)
I want to show country list.

How can I fix this?

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

1 participant