-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Ember.Select how to define the default selected value? #435
Comments
Whatever the value of the selectionBinding is will be the default value. You can also add a prompt, for example:
|
Hi Ebryn, here is an example to show my questions, I put the question marks after the comments, so that you could see what is happening... http://jsfiddle.net/Princa/4TZ7h/14/ thanks!! |
cibernox
added a commit
to cibernox/ember.js
that referenced
this issue
Apr 2, 2019
… with splattributes
cibernox
added a commit
to cibernox/ember.js
that referenced
this issue
Apr 2, 2019
… with splattributes
cibernox
added a commit
to cibernox/ember.js
that referenced
this issue
Apr 2, 2019
… with splattributes
cibernox
added a commit
to cibernox/ember.js
that referenced
this issue
Apr 2, 2019
… with splattributes
cibernox
added a commit
to cibernox/ember.js
that referenced
this issue
Apr 2, 2019
… with splattributes
cibernox
added a commit
to cibernox/ember.js
that referenced
this issue
Apr 2, 2019
… with splattributes
chancancode
added a commit
that referenced
this issue
Apr 3, 2019
…ng-modifiers [RFC #435] Add feature flag and tests for forwarding modifiers with splattributes
sandstrom
pushed a commit
to sandstrom/ember.js
that referenced
this issue
Jun 17, 2021
add 3.13 to mouse events deprecation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
while we use Ember.Select, how could we define the default selected value when we populate the view,
here is some code:
Do I setup any property contentBinding object?
The text was updated successfully, but these errors were encountered: