The opinionated element value accessor that applies following coercion rules.
By default:
boolean
value
null
number
null, undefined, NaN and non-finite numbers are coerced to an empty string and written to value attribute.
undefined
NaN
The opinionated element value accessor that applies following coercion rules.
By default:
boolean
See checkboxFormat.value
attributes of checked checkboxes. See checkboxFormat.value
attribute of a radio button that is checked ornull
if no radio buttons are checked.number
, ornull
if empty.number
value
attribute, ornull
if empty. See dateFormat.null
if empty. See timeFormat.value
attribute.null
if no file selected, file inputs are read-only.value
attribute, ornull
if element doesn't support it.null
,undefined
,NaN
and non-finite numbers are coerced to an empty string and written tovalue
attribute.