Skip to content

Instantly share code, notes, and snippets.

@AlexanderDzhoganov
Last active December 21, 2015 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexanderDzhoganov/d04581e5f9a745aad40e to your computer and use it in GitHub Desktop.
Save AlexanderDzhoganov/d04581e5f9a745aad40e to your computer and use it in GitHub Desktop.
<template>
<label>
${label}
</label>
<br/>
<form autocomplete="off">
<input ref="elementRef" value.bind="displayValue" class="form-control" disabled.bind="isDisabled" autocomplete="off">
</form>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment