Protected
#valuesProtected
coerceProtected
Coerces the value to the type supported by this directive
The value to coerce.
The coerced value. If the v is of Type T, it should be returned as is. If it's null, null is returned If it's a string, it should be converted to the type T and returned. If the conversion from string fails, undefined should be returned.
Protected
formatProtected
inputs
A directive that converts empty strings to
null
.