ф
Size: a a a
ф
A
A
ф
ф
ф
A
number.validation((v, state) => state.foo ? true : !!v)ф
A
ф
A
const ageType = number(18).max(100).min(18)
const form = createForm({age: ageType});
ф
const ageType = number(18).max(100).min(18)
const form = createForm({age: ageType});
A
AR
ф
ф
A
form.fields.name.set(…)
form.validate()/form.fields.name.validate()
AR
ф
ф