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

Textarea gets filled with <!----> #252

Open
adriaandotcom opened this issue Aug 6, 2016 · 1 comment
Open

Textarea gets filled with <!----> #252

adriaandotcom opened this issue Aug 6, 2016 · 1 comment

Comments

@adriaandotcom
Copy link

adriaandotcom commented Aug 6, 2016

This controller

// controllers/message.js
import Ember from 'ember';
const { Controller } = Ember;

export defaultController.extend({
  message: null
});

results in this html when running (ember fastboot --serve-assets) fastboot

<textarea id="ember1321" class="ember-view ember-text-area"><!----></textarea>

Note the <!----> inside of the textarea.

The textarea is then cleared again when the JS in the browser takes over.

Software versions

ember-cli-fastboot: 1.0.0-beta.8
ember-cli: 2.7.0
node: 6.2.0
os: darwin x64

@adriaandotcom adriaandotcom changed the title Textarea gets filled with <----> Textarea gets filled with <!----> Aug 6, 2016
@courthead
Copy link

Seeing the same thing with my textareas. I'm using the {{textarea}} component/helper. This is happening even when I pass in a value attribute. I'm running the same versions of ember-cli-fastboot and ember-cli as the OP is.

xg-wang pushed a commit to xg-wang/ember-cli-fastboot that referenced this issue Nov 16, 2020
Expose option to allow a new sandbox per visit
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

2 participants