We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2299dd + 178928b commit 454b7e8Copy full SHA for 454b7e8
packages/ember-handlebars/lib/controls/text_support.js
@@ -18,7 +18,7 @@ var get = Ember.get, set = Ember.set;
18
Ember.TextSupport = Ember.Mixin.create({
19
value: "",
20
21
- attributeBindings: ['placeholder', 'disabled', 'maxlength', 'tabindex'],
+ attributeBindings: ['placeholder', 'disabled', 'maxlength', 'tabindex', 'readonly'],
22
placeholder: null,
23
disabled: false,
24
maxlength: null,
0 commit comments