UNPKG

aurelia-form

Version:

Makes working with forms just a tad more pleasant.

6 lines (4 loc) 110 B
import {field} from './field'; export function disabled(value = true) { return field(value, 'disabled'); }