aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/mt-input/mt-input.html
blob: c7803f4071abd37302fe73578e936df979633216 (plain)
1
2
3
4
5
6
7
<template name="MtInput">
  <input class="input-field {{ classStr }}" 
    value="{{ inputValue }}" 
    type="{{ inputType }}"
    {{ attrsInput inputType placeholder isDisabled }}
    />
</template>