<textarea /> causes UI not to load?

If I add a <textarea id="w3review" name="w3review" rows="4" cols="50"> then the UI wont load. The browser window stays white and this is reported in the console:

Possibly this is a bug? This is 1.5.1, I'm going to update to the latest and double check.

Some reason knockout doesn't like self-closing textarea tags, try separate opening and closing ones.

1 Like