aire
Version:
Beautiful UiKit-based Aurelia plugin
1 lines • 372 B
HTML
<template ref="container"><label class="uk-form-label" if.bind="label" for.bind="id" ref="marker">${label}</label><div class="uk-form-controls"><select class="uk-select" ref="input" disabled.bind="disabled" id.bind="id" value.bind="value"><option if.bind="options" repeat.for="option of options" value.bind="option.value">${option.label}</option></select></div></template>