Specify the initial or default value of an input field. This value is used to pre-fill the input field with a specific value when the web page initially loads.
There are two types of value depending on the type of element
- Single value
- Multiple values
Single value
This type of value holds a single string of value.
Depending on the type of elements, this type could show an input field, textarea or an editor.
Multiple value
This type of value can holds multiple values.
Depending on the type of elements, this type could have the values pre selected.