I have in my project(written by others) handlebars template the following code snippet
{{view view.textfield propagateEvents="true"}}
I want to know what propagateEvents="true" does ?…Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ember.Button (which I believe is being deprecated) has a propagateEvents property, but not Ember.TextField.
From the handlebars action helper documentation:
Event Propagation