Package Exports
- dom-element-value
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dom-element-value) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
dom-element-value
DOM element value getter/setter.
API
value(element, value)
Gets/sets the element value (the value can be an array for multiple select inputs).
value(element, "some data"); // Setter
value(element); // GetterAcknowledgement
The component team which provides a lot of solid working bases to plagiarize :-p.