Update knockoutjs

This commit is contained in:
RainLoop Team 2014-08-19 14:33:59 +04:00
parent 79a5c11556
commit 69e3ebb146
19 changed files with 250 additions and 123 deletions

View file

@ -17,7 +17,7 @@
<div class="controls">
<input type="text" class="uiInput inputName"
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
data-bind="value: code, hasfocus: code.focused, valueUpdate: 'afterkeydown', onEnter: testCode" />
data-bind="textInput: code, hasfocus: code.focused, onEnter: testCode" />
</div>
</div>
</div>