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:
booleanSee checkboxFormat.valueattributes of checked checkboxes. See checkboxFormat.valueattribute of a radio button that is checked ornullif no radio buttons are checked.number, ornullif empty.numbervalueattribute, ornullif empty. See dateFormat.nullif empty. See timeFormat.valueattribute.nullif no file selected, file inputs are read-only.valueattribute, ornullif element doesn't support it.null,undefined,NaNand non-finite numbers are coerced to an empty string and written tovalueattribute.