The opinionated element value accessor that applies following coercion rules.
By default:
null
undefined
NaN
The opinionated element value accessor that applies following coercion rules.
By default:
null
if no radio buttons are checked;null
if empty;null
if empty, see ElementsValueAccessorOptions.dateFormat;null
if empty, see ElementsValueAccessorOptions.timeFormat;null
if no file selected, file inputs are read-only;null
if element doesn't support it;null
,undefined
,NaN
and non-finite numbers are coerced to an empty string and written to value attribute.