-
Hello! `travis-web` has recently started failing to build on canary. One of the [errors](https://travis-ci.org/travis-ci/travis-web/jobs/145931925#L595) is this:
`Promise rejected after visiting /bui…
-
### Version of x-select: 2.1.2
### Ember Version / Ember CLI Version:
**Ember Version: 2.4.3**
**Ember CLI Version: 2.4.3**
### Expected Behavior
### Actual Behavior
When clicking on an xselect for …
-
### Version of x-select: 2.1.1
### Ember Version / Ember CLI Version:
**Ember Version:** 2.4.3
**Ember CLI Version:** 2.4.2
### Expected Behavior
When setting `value` on `{{x-select}}` to a falsy va…
-
Děje se Honzovi Fábíkovi, nepodařilo se reprodukovat na jiných platformách.
-
x-select to support attributes similar to ember select
e.g.
{{x-select value=selections multiple=false action="selectionsChanged" content=model.books optionValuePath="content.id" optionLabelPath="co…
-
How to customize class names for the select tag?
I am trying to add class names to select tag but I have not see any options to include it.
-
The README mentions that using `` should be possible when using `x-select` block form. I'm having a bit of a hard time getting the block form version to work. I use the blockless version just fine in …
-
To @abuiles,
I just started reading you book, dated 12. May 2016.
You upgraded your book to Ember 2.0, but it seems to me, that you did not upgrade the related code for the application on GitHub? I…
-
Is there any way to attach an event handler to the blur event of an x-select? We are trying to use emberx-select as an "inline" editor that "commits" only on blur, but I can't figure how to attach to…
-
Both:
```
GenderDisplay = Ember.Component.extend
label: _"Gender" # no whitespace between '_' and '"'
and
```
and
```
GenderDisplay = Ember.Component.extend
label: _ "Gender" # whitespace
```
…
ghost updated
8 years ago