UNPKG

aurelia-materialize-bridge

Version:
8 lines (7 loc) 367 B
<template> <div class="input-field ${inline ? 'inline' : ''}"> <input ref="input" id="${controlId}" type="text" readonly disabled.bind="disabled" class="${validationClass}"/> <label for="${controlId}" ref="labelElement">${label}</label> <span repeat.for="r of validateResults" class="helper-text" data-error.bind="r.message"></span> </div> </template>